We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c2c9f commit 1f424f2Copy full SHA for 1f424f2
1 file changed
.github/workflows/main.yml
@@ -42,6 +42,7 @@ jobs:
42
publish:
43
runs-on: ubuntu-latest
44
if: github.event_name == 'release'
45
+ environment: release
46
needs: build
47
48
permissions:
@@ -68,6 +69,7 @@ jobs:
68
69
publish-github-container-registry:
70
71
72
73
74
75
contents: read
0 commit comments