Skip to content

Commit 5810326

Browse files
Merge pull request #232 from github/broccolinisoup/fix-publish-action
Actions: Remove `needs` from the publish-github job
2 parents e57e523 + 4e47541 commit 5810326

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
publish-github:
4848
name: Publish to GitHub Packages
4949
runs-on: ubuntu-latest
50-
needs: [bump-version, create-release]
5150
permissions:
5251
contents: read
5352
packages: write

0 commit comments

Comments
 (0)