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 871f8eb commit 95a3df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
path: .

- name: Publish JAR file
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
version=${GITHUB_REF#refs/tags/}
jar_file=$(ls *.jar)
Expand Down

0 comments on commit 95a3df2

Please sign in to comment.