1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 14:11:36 +02:00

fix(release-please): fallback to tag (#89)

This commit is contained in:
Benjamin E. Coe
2020-10-14 18:14:14 -07:00
committed by GitHub
parent 7332b99748
commit c6f1cd680f
4 changed files with 19 additions and 20 deletions

View File

@@ -20,8 +20,8 @@ Automate releases with Conventional Commit Messages.
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.5.5
with:
- uses: GoogleCloudPlatform/release-please-action@v2.5.6
with
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: release-please-action
@@ -107,7 +107,7 @@ To output more commit information in the changelog, a JSON formatted String can
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.5.5
- uses: GoogleCloudPlatform/release-please-action@v2.5.6
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node