Skip to content

Commit

Permalink
Of course i forgot something.
Browse files Browse the repository at this point in the history
  • Loading branch information
MineBill committed Dec 1, 2024
1 parent 2c4e325 commit 4e95212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
TAG: ${{ github.ref_name }}
run: echo "version=${TAG#v}" >> "$GITHUB_OUTPUT"
release:
needs: [version]
needs: [build, version]
name: Release
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 4e95212

Please # to comment.