Skip to content

Commit 8e9b3f1

Browse files
committed
Temporarily run publish workflow on this branch
1 parent e9e1bd7 commit 8e9b3f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-authkit.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Publish AuthKit Package to NPM
22

33
on:
4+
push:
5+
branches:
6+
- rebuild-package-lock
47
release:
58
types: [created]
69

@@ -23,4 +26,4 @@ jobs:
2326
- name: Publish
2427
run: npm publish --access public
2528
env:
26-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)