We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fbd80 commit 2e79b90Copy full SHA for 2e79b90
.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92
git tag "v.docker.${{ steps.get_version.outputs.package_version }}"
93
git push origin "v.docker.${{ steps.get_version.outputs.package_version }}"
94
95
- # The prerelease job needs to be on the same workflow file to a limitation related to how npm verifies OIDC claims.
+ # The prerelease job needs to be on the same workflow file due to a limitation related to how npm verifies OIDC claims.
96
prerelease:
97
name: 🧪 Prerelease
98
runs-on: ubuntu-latest
0 commit comments