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 be58147 commit fa4b024Copy full SHA for fa4b024
.github/workflows/tag.yml
@@ -11,13 +11,13 @@ concurrency:
11
cancel-in-progress: true
12
13
jobs:
14
- use-native-library-js-staging:
+ use-native-library-js-tag:
15
permissions:
16
contents: write
17
actions: write
18
checks: write
19
pull-requests: write
20
- uses: MatrixAI/.github/.github/workflows/native-library-js-tag.yml@master
+ uses: MatrixAI/.github/.github/workflows/native-library-js-tag-gyp.yml@master
21
secrets:
22
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23
0 commit comments