Skip to content

Commit

Permalink
fix gh env
Browse files Browse the repository at this point in the history
  • Loading branch information
eriweb committed Sep 30, 2021
1 parent 94f63c6 commit 718e7fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
-
name: set variables
run: |
export GITHASH=$(git rev-parse --short HEAD)
export GITTAG=$(git tag -l --points-at HEAD)
export GITBRANCH=$(git rev-parse --abbrev-ref HEAD)
echo "GITHASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
echo "GITTAG=$(git tag -l --points-at HEAD)" >> $GITHUB_ENV
echo "GITBRANCH=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 718e7fa

Please sign in to comment.