Skip to content

Commit c6a8241

Browse files
authored
Update and rename publish-release.yml to publish-java.yml
1 parent 3707697 commit c6a8241

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-release.yml .github/workflows/publish-java.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Publish package to GitHub Packages
22
name: publish package
33
on:
4-
release:
5-
types: [created]
4+
workflow_dispatch:
5+
# release:
6+
# types: [created]
67

78
jobs:
89
publish:

0 commit comments

Comments
 (0)