ci: fix semver not using release branch

This commit is contained in:
Nicolas Giard 2023-06-02 15:50:05 -04:00 committed by GitHub
parent f711c83a66
commit 7ee65847db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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