Skip to content

Commit

Permalink
Added check for VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
erroreyes committed Jun 27, 2024
1 parent 2035d00 commit a51ba05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Check if JAR exists
run: ls -l build/libs/

- name: Check for VERSION env
run: echo $VERSION

- name: Upload JAR release asset
uses: softprops/action-gh-release@v2
# if: startsWith(github.ref, 'refs/heads/main')
Expand Down

0 comments on commit a51ba05

Please sign in to comment.