diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 0bddbab..3217b2d 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -14,7 +14,7 @@ concurrency: jobs: semantic: - name: Release + name: Get version runs-on: ubuntu-latest timeout-minutes: 30 outputs: diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 412595a..d2b46e2 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -34,4 +34,4 @@ jobs: - name: Cut ${{ github.event.inputs.version }} version run: npm version --sign-git-tag=true ${{ github.event.inputs.version }} - name: Push - run: git push --force + run: git push --follow-tags --force