ci: fix semver not using release branch

This commit is contained in:
Nicolas Giard 2023-06-02 15:50:05 -04:00 committed by NGPixel
parent d33a6f3c0c
commit b77c5cd145
No known key found for this signature in database
GPG key ID: B755FB6870B30F63

View file

@ -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