Skip to content

Commit 5e89dec

Browse files
committed
chore: GitHub release then publish package
1 parent 53bba08 commit 5e89dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: publish package
22

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

77
jobs:
8-
build:
8+
publish-package:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)