We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ed703 commit c28e74fCopy full SHA for c28e74f
.github/workflows/ci.yml
@@ -320,7 +320,10 @@ jobs:
320
env:
321
TANSU_IMAGE: ghcr.io/tansu-io/tansu:${{steps.meta.outputs.version}}
322
release:
323
+ if: ${{github.actor == 'shortishly'}}
324
needs: [test, src, third-party-license, typos]
325
+ permissions:
326
+ contents: write
327
runs-on: ${{matrix.os}}
328
strategy:
329
fail-fast: false
0 commit comments