We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pull-request
1 parent 3f48238 commit 72606b6Copy full SHA for 72606b6
.github/workflows/publish-npm.yml
@@ -1,17 +1,14 @@
1
name: publish-npm
2
3
on:
4
- workflow_run:
5
- workflows: [build]
6
- types: [completed]
+ pull_request:
7
8
permissions:
9
id-token: write # OIDC for npm Trusted Publishing
10
11
jobs:
12
on-success:
13
runs-on: ubuntu-latest
14
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
15
steps:
16
- name: Checkout
17
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -35,6 +32,6 @@ jobs:
35
32
- name: Install latest npm
36
33
run: npm install -g npm@latest
37
34
38
- - name: Publish
39
- working-directory: ./pkg
40
- run: npm publish --access public --provenance
+ #- name: Publish
+ # working-directory: ./pkg
+ # run: npm publish --access public --provenance
0 commit comments