Skip to content

Commit

Permalink
chore: use current branch for Release workflow istead of default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Jul 6, 2023
1 parent e5994c9 commit 124ed9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.workflow_run.head_branch }}
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 124ed9d

Please sign in to comment.