Skip to content

Commit

Permalink
fix: env output steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Jan 3, 2022
1 parent 0d8afb0 commit 84484fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
echo $SOURCE_NAME
echo $SOURCE_BRANCH
echo $SOURCE_TAG
env:
SOURCE_NAME: ${{ steps.get_details.outputs.SOURCE_NAME }}
SOURCE_BRANCH: ${{ steps.get_details.outputs.SOURCE_BRANCH }}
SOURCE_TAG: ${{ steps.get_details.outputs.SOURCE_TAG }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 84484fa

Please sign in to comment.