Skip to content

Commit

Permalink
Merge pull request #232 from github/broccolinisoup/fix-publish-action
Browse files Browse the repository at this point in the history
Actions: Remove `needs`  from the publish-github job
  • Loading branch information
broccolinisoup authored Dec 13, 2022
2 parents e57e523 + 4e47541 commit 5810326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
publish-github:
name: Publish to GitHub Packages
runs-on: ubuntu-latest
needs: [bump-version, create-release]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 5810326

Please sign in to comment.