We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d99af commit 43ed03aCopy full SHA for 43ed03a
1 file changed
.github/workflows/packaging.yml
@@ -115,6 +115,7 @@ jobs:
115
needs: [format, lint, typecheck, test, docs]
116
if: startsWith(github.ref, 'refs/tags')
117
runs-on: ubuntu-latest
118
+ environment: release
119
permissions:
120
id-token: write
121
contents: write
0 commit comments