Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-wasi authored Jan 9, 2025
1 parent 11f5307 commit dbf5215
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
name: app-jar
path: .

- name: Publish JAR file
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
- name: Publish JAR file
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
if [[ "$GITHUB_REF" == refs/tags/* ]]; then
version=${GITHUB_REF#refs/tags/}
else
Expand Down

0 comments on commit dbf5215

Please sign in to comment.