1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 20:01:11 +02:00

docs: document major/minor tagging (#121)

This commit is contained in:
Benjamin E. Coe
2020-11-30 10:40:03 -05:00
committed by GitHub
parent f54698cca9
commit a546b365e3
2 changed files with 52 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.8.1
- uses: GoogleCloudPlatform/release-please-action@v2
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
release-type: node
@@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.8.1
- uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}