Skip to content

Commit c08529f

Browse files
committed
Attempt to fix auto packager
1 parent 9c7c878 commit c08529f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish package to the GitHub Packages
22
on:
33
release:
4-
types: [created]
4+
types: [created, published, edited]
55
jobs:
66
publish:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)