Skip to content

Commit

Permalink
add release target
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Nov 6, 2024
1 parent 510d571 commit 91d7d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ jobs:
with:
name: Sails-RS v${{ needs.prepare.outputs.r_version }}
tag_name: rs/v${{ needs.prepare.outputs.r_version }}
target_commitish: ${{ needs.prepare.outputs.rc_branch }}
draft: true
generate_release_notes: true
fail_on_unmatched_files: true
Expand Down

0 comments on commit 91d7d9a

Please sign in to comment.