We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3707697 commit c6a8241Copy full SHA for c6a8241
.github/workflows/publish-release.yml .github/workflows/publish-java.yml
@@ -1,8 +1,9 @@
1
# Publish package to GitHub Packages
2
name: publish package
3
on:
4
- release:
5
- types: [created]
+ workflow_dispatch:
+# release:
6
+# types: [created]
7
8
jobs:
9
publish:
0 commit comments