Skip to content

Commit

Permalink
ci: fix the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Sep 4, 2024
1 parent f2e3259 commit c8f9239
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 @@ -115,7 +115,7 @@ jobs:
- release-vsix
steps:
- uses: actions/checkout@v4
- run: chmod +x ./.hacking/scripts/check_versions_match.sh
- run: chmod +x ./.hacking/scripts/convert_release_to_not_draft.sh
- run: ./.hacking/scripts/convert_release_to_not_draft.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c8f9239

Please sign in to comment.