We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a5c06 commit a257d63Copy full SHA for a257d63
1 file changed
.github/workflows/publish-npm.yml
@@ -19,7 +19,7 @@ jobs:
19
(github.event.workflow_run.conclusion == 'success' &&
20
github.event.workflow_run.name == 'Release')
21
runs-on: ubuntu-latest
22
- environment: npm
+ environment: ci
23
steps:
24
- uses: actions/checkout@v4
25
0 commit comments