We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b05efb5 + 1cda92d commit 0709c34Copy full SHA for 0709c34
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
run: echo "version=$(python scripts/get_package_version.py)" >> $GITHUB_OUTPUT
53
54
- name: 'Find Release with tag v${{ steps.package-info.outputs.version}}'
55
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
56
id: release-exists
57
env:
58
APP_VERSION: ${{ steps.package-info.outputs.version}}
0 commit comments