Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 18c4e79

Browse files
fixed release creation
1 parent a010364 commit 18c4e79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
deploy:
4444
runs-on: ubuntu-latest
45-
needs: [build]
45+
needs: build
4646

4747
steps:
4848
- name: Checkout repository
@@ -73,7 +73,7 @@ jobs:
7373
docker compose up -d
7474
EOF
7575
create-release:
76-
needs: [build]
76+
needs: build
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Download artifacts
@@ -90,4 +90,4 @@ jobs:
9090
generate_release_notes: true
9191
make_latest: true
9292
env:
93-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93+
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)