Skip to content

Commit

Permalink
fix echo error
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Kais committed Jan 7, 2025
1 parent 0228e34 commit c35862c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- name: Debug Publish Branch
run: echo "Publishing to branch: ${{ github.event.pull_request.base.ref }}"
run: echo "${{ github.event.pull_request.base.ref }}"
- run: corepack enable
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit c35862c

Please sign in to comment.