Skip to content

Commit

Permalink
ci: fix semver not using release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Jun 2, 2023
1 parent d33a6f3 commit b77c5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: ietf-tools/semver-action@v1
with:
token: ${{ github.token }}
branch: main
branch: release
skipInvalidTags: true

- name: Set Next Version Env Var
Expand Down

0 comments on commit b77c5cd

Please sign in to comment.