Skip to content

Commit 2a925f9

Browse files
committed
ci: build & publish on prereleased, released, published
1 parent f59f8c2 commit 2a925f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ permissions:
33
contents: write
44
on:
55
release:
6-
types: [released]
6+
types: [prereleased, released, published]
77

88
jobs:
99
build:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Library and Publish Package to npmjs
22
on:
33
release:
4-
types: [released]
4+
types: [prereleased, released, published]
55
jobs:
66
build:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)