We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea6416 commit 265ce45Copy full SHA for 265ce45
.github/workflows/publish.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
publish-dfinity-packages:
12
+ environment: Release
13
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
14
runs-on: ubuntu-latest
15
steps:
@@ -26,6 +27,7 @@ jobs:
26
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
29
publish-core-package:
30
31
needs: publish-dfinity-packages
32
33
outputs:
0 commit comments