Skip to content

Commit

Permalink
ci: remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Nov 13, 2024
1 parent 3ec1e7b commit acedaf8
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 @@ -87,7 +87,7 @@ jobs:
dispatch_beta_release:
if: github.ref_name == 'main'
needs: bump_src
uses: ./.github/workflows/build_release.yml@main
uses: ./.github/workflows/build_release.yml
permissions:
contents: write # needed for create_release, even though it won't be called

Expand Down

0 comments on commit acedaf8

Please sign in to comment.