Skip to content

Commit

Permalink
ci: fix the dependency list of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Aug 19, 2024
1 parent b69cb6e commit 7f9c10f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,14 @@ jobs:
- release-vsix
steps:
- uses: eregon/publish-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_id: ${{ github.event.release.tag_name }}
update-homebrew-formula:
name: Update Homebrew Formula
runs-on: ubuntu-latest
needs: release
needs: [convert_release_to_not_draft]
permissions: write-all
env:
HOMEBREW_ACCESS_TOKEN: ${{ secrets.HOMEBREW_ACCESS_TOKEN }}
Expand All @@ -132,7 +134,7 @@ jobs:
publish-to-cargo:
name: Publish to Cargo
runs-on: ubuntu-latest
needs: [release, check-versions-match]
needs: [convert_release_to_not_draft]
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 7f9c10f

Please sign in to comment.