Skip to content

Commit 99ff0a7

Browse files
committed
chore: test trusted publishing
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 75c7640 commit 99ff0a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ jobs:
8383
- name: git push back
8484
run: git push --follow-tags
8585

86-
publish-NPMJS:
86+
publish-NPMJS-GH:
8787
needs:
8888
- "bump"
89-
name: publish NPMJS
89+
name: publish NPMJS & GH
9090
runs-on: ubuntu-latest
9191
timeout-minutes: 30
9292
permissions:
@@ -151,7 +151,7 @@ jobs:
151151
release-GH:
152152
needs:
153153
- "bump"
154-
- "publish-NPMJS"
154+
- "publish-NPMJS-GH"
155155
name: publish GitHub
156156
runs-on: ubuntu-latest
157157
timeout-minutes: 30

0 commit comments

Comments
 (0)