Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekz committed Aug 27, 2023
1 parent 4b7be66 commit de0a707
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- uses: rickstaa/action-get-semver@v1
id: get_semver
- name: Set env
run: export RELEASE_VERSION=${{ steps.get_semver.outputs.current_version }}
run: echo "RELEASE_VERSION=${{ steps.get_semver.outputs.current_version }}" >> $GITHUB_ENV
- name: Test
run: echo $RELEASE_VERSION
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
Expand Down

0 comments on commit de0a707

Please sign in to comment.