We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9304bd commit d7fef56Copy full SHA for d7fef56
.github/workflows/maven.yml
@@ -15,10 +15,9 @@ jobs:
15
java-version: 1.8
16
- name: Build with Maven
17
run: mvn -B package --file pom.xml
18
- steps:
19
- - name: Release
20
- uses: fnkr/github-action-ghr@v1
21
- if: startsWith(github.ref, 'refs/tags/')
22
- env:
23
- GHR_PATH: target/lib/
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Release
+ uses: fnkr/github-action-ghr@v1
+ if: startsWith(github.ref, 'refs/tags/')
+ env:
+ GHR_PATH: target/lib/
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments