Skip to content

Commit ab8abc8

Browse files
authored
Set default working directory
1 parent b64f98f commit ab8abc8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ name: Publish package to GitHub Packages
22
on:
33
release:
44
types: [created]
5+
workflow_dispatch:
56
jobs:
67
publish:
78
runs-on: ubuntu-latest
9+
defaults:
10+
run:
11+
shell: bash
12+
working-directory: ./java
813
permissions:
914
contents: read
1015
packages: write

0 commit comments

Comments
 (0)