Skip to content

Commit

Permalink
ci: fix RELEASE_TAG var in release github action, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
melkyades committed Nov 2, 2023
1 parent 2df9dd8 commit 09d5232
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 09d5232

Please sign in to comment.