Skip to content

Commit f6fe741

Browse files
committed
Restrict publishing to 'release' environment
1 parent 0a7461c commit f6fe741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
publish:
3030
runs-on: ubuntu-latest
3131
if: github.event_name == 'release'
32+
environment: release
3233
needs: build
3334

3435
permissions:

0 commit comments

Comments
 (0)