|
@@ -59,8 +59,8 @@ jobs:
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
|
|
with:
|
|
with:
|
|
|
branch: ${{ github.event.pull_request.base.ref }}
|
|
branch: ${{ github.event.pull_request.base.ref }}
|
|
|
- commit_message: Release v${{ steps.package-json.outputs.packageVersion }}
|
|
|
|
|
- tagging_message: v${{ steps.package-json.outputs.packageVersion }}
|
|
|
|
|
|
|
+ commit_message: Release v${{ steps.package-json.outputs.packageVersion }}-TEST
|
|
|
|
|
+ tagging_message: v${{ steps.package-json.outputs.packageVersion }}-TEST
|
|
|
|
|
|
|
|
- uses: ncipollo/release-action@v1
|
|
- uses: ncipollo/release-action@v1
|
|
|
with:
|
|
with:
|