diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed39247..fb5f2c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,9 +56,8 @@ jobs: npm version patch npm run bundle new_version=$(cat package.json | jq -r '.version') - git add . - git commit -m "ci: update tag with new version $new_version [skip ci]" && git push - git tag -a $new_version -m "ci: update tag with new version $new_version" && git push origin $new_version + git push + git tag -a $new_version -m "ci: update tag with new version $new_version" && git push --tags echo "new_version=$new_version" >> "$GITHUB_OUTPUT" - name: Create release