Skip to content

Commit

Permalink
fixed release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Jan 20, 2025
1 parent a010364 commit 18c4e79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [build]
needs: build

steps:
- name: Checkout repository
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
docker compose up -d
EOF
create-release:
needs: [build]
needs: build
runs-on: ubuntu-latest
steps:
- name: Download artifacts
Expand All @@ -90,4 +90,4 @@ jobs:
generate_release_notes: true
make_latest: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 18c4e79

Please sign in to comment.