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

chore: Update release-please.yaml

Signed-off-by: Joaquin Santana <joaquinjsb@outlook.com>
This commit is contained in:
Joaquin Santana
2024-11-19 12:22:37 +01:00
committed by GitHub
parent c1a30dd0fb
commit b9fba67a1a

View File

@@ -5,7 +5,7 @@ on:
workflow_dispatch: workflow_dispatch:
name: release-please name: release-please
env: env:
ACTION_NAME: release-please-action ACTION_NAME: gitea-release-please-action
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -23,7 +23,7 @@ jobs:
with: with:
command: pr command: pr
upstream_repo: release-please-action upstream_repo: release-please-action
upstream_owner: googleapis upstream_owner: joaquinjsb
description: Build dist description: Build dist
title: "chore: build dist" title: "chore: build dist"
message: "chore: build dist" message: "chore: build dist"
@@ -49,7 +49,7 @@ jobs:
run: | run: |
git config user.name github-actions[bot] git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/googleapis/release-please-action.git" git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/joaquinjsb/release-please-action.git"
git tag -d v${{ steps.release.outputs.major }} || true git tag -d v${{ steps.release.outputs.major }} || true
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
git push origin :v${{ steps.release.outputs.major }} || true git push origin :v${{ steps.release.outputs.major }} || true