Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
$GITHUB_REF is null so trying to use 
`$ {{ github.event.release.tag_name }}`
  • Loading branch information
MichaelFu512 authored Oct 6, 2023
1 parent 7780d80 commit fc6e45a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
with:
tag_name: ${{ github.event.release.tag_name }}

0 comments on commit fc6e45a

Please sign in to comment.