Skip to content

Commit

Permalink
chore: set target branch for the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovhanych committed Feb 28, 2023
1 parent c13e6df commit d90d7f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
- name: Create GitHub release
run: |
gh release create ${GITHUB_REF_NAME} --repo ${GITHUB_REPOSITORY} --title "WabiSabiClientLibrary-${GITHUB_REF_NAME##*/}" ./release-bin/WabiSabiClientLibrary-*
gh release create ${GITHUB_REF_NAME} --target ${GITHUB_REF_NAME} --repo ${GITHUB_REPOSITORY} --title "WabiSabiClientLibrary-${GITHUB_REF_NAME##*/}" ./release-bin/WabiSabiClientLibrary-*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d90d7f8

Please sign in to comment.