Skip to content

Commit 76f2745

Browse files
committed
chore: github action ci
1 parent f1e9b90 commit 76f2745

File tree

2 files changed

+3
-76
lines changed

2 files changed

+3
-76
lines changed

.github/workflows/npm-publish-github-packages.yml

-75
This file was deleted.

.github/workflows/test.yml .github/workflows/test-publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Test'
1+
name: 'TestPublish'
22
on:
33
pull_request:
44
push:
@@ -106,6 +106,8 @@ jobs:
106106
needs: Test
107107
if: startsWith(github.ref, 'refs/tags/v')
108108
name: Publish Npm Package
109+
permissions:
110+
id-token: write
109111
steps:
110112
- name: Checkout Code
111113
uses: actions/checkout@v3

0 commit comments

Comments
 (0)