Skip to content

Commit fa4b024

Browse files
committed
fix: use gyp workflow
1 parent be58147 commit fa4b024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
jobs:
14-
use-native-library-js-staging:
14+
use-native-library-js-tag:
1515
permissions:
1616
contents: write
1717
actions: write
1818
checks: write
1919
pull-requests: write
20-
uses: MatrixAI/.github/.github/workflows/native-library-js-tag.yml@master
20+
uses: MatrixAI/.github/.github/workflows/native-library-js-tag-gyp.yml@master
2121
secrets:
2222
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2323

0 commit comments

Comments
 (0)