1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 02:27:48 +02:00

chore: using @joaquinjsb/release-please

This commit is contained in:
Joaquin Santana
2024-11-19 12:14:40 +01:00
parent f335455be6
commit 9591f5bb86
4 changed files with 384 additions and 155 deletions

View File

@@ -24,7 +24,7 @@ Automate releases with Conventional Commit Messages.
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
- uses: joaquinjsb/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
@@ -53,7 +53,7 @@ and then configure this action as follows:
```yaml
#...(same as above)
steps:
- uses: googleapis/release-please-action@v4
- uses: joaquinjsb/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named