Skip to content

Commit b52f4dd

Browse files
brendandburnsbrendanburns
authored andcommitted
Fix push script to be able to run without input and skip tagging.
1 parent 30bdfed commit b52f4dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
run: npm publish
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
26+
confirm: "y"
27+
SKIP_TAG: "y"

0 commit comments

Comments
 (0)