Skip to content

Commit

Permalink
Update release.yaml (#4330)
Browse files Browse the repository at this point in the history
* Update release.yaml

$GITHUB_REF is null so trying to use 
`$ {{ github.event.release.tag_name }}`

* Update release.yaml
  • Loading branch information
MichaelFu512 authored Oct 6, 2023
1 parent 7780d80 commit 08d7aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
TAG_NAME: ${{ github.event.release.tag_name }}
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Release Notes
**Future Releases**
* Enhancements
* Fixes
* Fixed bug related to pypi release :pr:`4330`
* Changes
* Documentation Changes
* Testing Changes
Expand Down

0 comments on commit 08d7aac

Please sign in to comment.