ci(release): set version on release and push using git plugin (#22)

This commit is contained in:
Gregor Martynus
2023-08-22 09:25:53 -07:00
committed by GitHub
parent 7bbad93287
commit 9cf7227dfb
2 changed files with 14 additions and 9 deletions

View File

@@ -26,12 +26,7 @@ jobs:
with:
app_id: ${{ vars.RELEASER_APP_ID }}
private_key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
- id: commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "build: update dist files"
- run: npm i semantic-release-plugin-github-breaking-version-tag
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}