Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 3f2ffeb

Browse files
committed
fix
1 parent 7ba331e commit 3f2ffeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Publish package to GitHub Packages
22
on:
3+
workflow_dispatch:
34
release:
4-
types: [created]
5+
types: [published]
56
jobs:
67
publish:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)