Skip to content

Commit

Permalink
Remove extra args from post-release script call
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 27, 2023
1 parent 6d6ebf0 commit dbdafab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prepare_post_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
- name: "Publish release draft & tag last commit"
run: |
bin/release/publish-release \
${{ github.token }} \
${{ github.repository }} \
${{ steps.pipeline_context.outputs.candidate_tag }}
- name: "Create backport label"
if: github.ref_name == 'main'
Expand Down

0 comments on commit dbdafab

Please sign in to comment.