Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir20 committed Jul 22, 2024
1 parent 717dcaf commit 2c20683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Extract branch name
shell: bash
run: echo "branch=$(echo "${GITHUB_REF#refs/heads/}")"
run: echo "branch=$(echo "${GITHUB_REF#refs/heads/}")" >> $GITHUB_OUTPUT
id: extract_branch
- uses: google-github-actions/release-please-action@v3
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 2c20683

Please sign in to comment.