Skip to content

Commit

Permalink
fix: raw?
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 13, 2024
1 parent b854061 commit 0346303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Create pull request into main
run: |
gh auth login --with-token < ${{ env.ACCESS_TOKEN }}
gh auth login --with-token ${{ env.ACCESS_TOKEN }}
gh pr create --title "chore(release): wrapper-${{ inputs.version}}" --body "---" --base "main"
env:
ACCESS_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit 0346303

Please sign in to comment.