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 98a8822 commit 83cd97dCopy full SHA for 83cd97d
.github/workflows/nodejs.yml
@@ -5,6 +5,7 @@ on:
5
branches: [ master ]
6
pull_request:
7
8
+ merge_group:
9
10
jobs:
11
Job:
.github/workflows/release.yml
@@ -6,8 +6,7 @@ on:
release:
- name: Node.js
- uses: node-modules/github-actions/.github/workflows/node-release.yml@master
+ name: NPM
+ uses: node-modules/github-actions/.github/workflows/npm-release.yml@master
secrets:
12
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
0 commit comments