Skip to content

Commit 7ee6584

Browse files
authored
ci: fix semver not using release branch
1 parent f711c83 commit 7ee6584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: ietf-tools/semver-action@v1
6363
with:
6464
token: ${{ github.token }}
65-
branch: main
65+
branch: release
6666
skipInvalidTags: true
6767

6868
- name: Set Next Version Env Var

0 commit comments

Comments
 (0)