Skip to content

Commit 265ce45

Browse files
authored
chore: release 4.0.1 (#1131)
1 parent eea6416 commit 265ce45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
publish-dfinity-packages:
12+
environment: Release
1213
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
1314
runs-on: ubuntu-latest
1415
steps:
@@ -26,6 +27,7 @@ jobs:
2627
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2728

2829
publish-core-package:
30+
environment: Release
2931
needs: publish-dfinity-packages
3032
runs-on: ubuntu-latest
3133
outputs:

0 commit comments

Comments
 (0)