Skip to content

Commit 93a5a1b

Browse files
authored
ci: Configure semver bumper to explicitly use HEAD as the target tag in the release workflow. (#18)
1 parent 40b9d52 commit 93a5a1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
configuration: "configuration.json"
3737
mode: "COMMIT"
38+
toTag: "HEAD"
3839
env:
3940
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4041

0 commit comments

Comments
 (0)