Skip to content

Commit

Permalink
gha: modify the auto-release target branch to tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Feb 2, 2024
1 parent 62d5f30 commit 08060a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
tag_name: ${{ steps.config_step.outputs.VERSION_STR }}
release_name: ${{ steps.config_step.outputs.VERSION_STR }}
generate_release_notes: true
target_commitish: ${{ github.ref_name }}

build_node_app:
needs: [build_cfg]
Expand Down

0 comments on commit 08060a3

Please sign in to comment.