Skip to content

Commit 2e79b90

Browse files
committed
Fix typo
1 parent b1fbd80 commit 2e79b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
git tag "v.docker.${{ steps.get_version.outputs.package_version }}"
9393
git push origin "v.docker.${{ steps.get_version.outputs.package_version }}"
9494
95-
# The prerelease job needs to be on the same workflow file to a limitation related to how npm verifies OIDC claims.
95+
# The prerelease job needs to be on the same workflow file due to a limitation related to how npm verifies OIDC claims.
9696
prerelease:
9797
name: 🧪 Prerelease
9898
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)