Skip to content

Commit

Permalink
fix: github release task version
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Jul 3, 2024
1 parent 9d70c13 commit 51cd40b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
name: Push Docker image to Github
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:

release:
name: 🚰 Release new version.
needs: [ push_image_to_github ]
needs: [ push_image_to_github, build-jar ]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 51cd40b

Please sign in to comment.