Skip to content

Commit

Permalink
Update BuildAndRun.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sandys authored Jun 29, 2023
1 parent abd5a0b commit 58cf750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndRun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
release:
name: Release jar
needs: build_and_run
#if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Download jar from build
Expand Down

0 comments on commit 58cf750

Please sign in to comment.