Skip to content

Commit

Permalink
ci: fix RELEASE_TAG var in release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
melkyades committed Nov 2, 2023
1 parent 1c90a84 commit 2df9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:

- uses: ncipollo/release-action@v1
with:
artifacts: "build/egg-${{RELEASE-TAG}}.tar.gz,build/egg-${{RELEASE-TAG}}.zip"
artifacts: "build/egg-${{RELEASE_TAG}}.tar.gz,build/egg-${{RELEASE_TAG}}.zip"
# bodyFile: "body.md"

0 comments on commit 2df9dd8

Please sign in to comment.