Skip to content

Commit 84cc286

Browse files
authored
chore: added workflow_dispatch for publish action
1 parent f6fcb45 commit 84cc286

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
workflow_dispatch:
78

89
jobs:
910
build-and-publish:
@@ -34,4 +35,4 @@ jobs:
3435
run: ./gradlew publish
3536
env:
3637
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
37-
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
38+
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)