Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Dec 7, 2024
1 parent 477da30 commit 44e0bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

release-plugin-github:
runs-on: ubuntu-latest
needs: [ ci ]
needs: [ ci , release-plugin-pub-dev ]
permissions:
contents: write
steps:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

release-docs:
runs-on: macos-15-xlarge
needs: [ ci, release-plugin-github ]
needs: [ ci, release-plugin-github, release-plugin-pub-dev ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 44e0bf8

Please sign in to comment.