Skip to content

Commit ea4fc97

Browse files
authored
chore: Use create type (#93)
Signed-off-by: Todd Baert <[email protected]>
1 parent d0dc5c5 commit ea4fc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22

33
on:
44
release:
5-
types: [published]
5+
types: [created]
66

77
jobs:
88
build:
@@ -39,4 +39,4 @@ jobs:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4040

4141
- name: Push Version Update
42-
run: git push
42+
run: git push origin HEAD:main

0 commit comments

Comments
 (0)