Skip to content

Commit

Permalink
Fix version of wait-for-pypi-action
Browse files Browse the repository at this point in the history
  • Loading branch information
idle-code committed Oct 6, 2024
1 parent c734455 commit d497c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: vars
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Wait for package to be published
uses: martolini/wait-for-pypi-action@v1
uses: martolini/wait-for-pypi-action@main
with:
package_name: tempren
package_version: ${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit d497c35

Please sign in to comment.