diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e422b62..e7f4aa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,5 +14,4 @@ jobs: uses: cape-ph/.github/.github/workflows/semantic_release.yml@main secrets: inherit with: - name: "CAPE Org Utilities" is_production: ${{ github.event_name == 'push' }} diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index a6db325..b034dbb 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -10,10 +10,6 @@ on: default: false required: false type: boolean - name: - description: "Name of the package" - required: true - type: string jobs: conventional_commit: @@ -46,12 +42,11 @@ jobs: if: ${{ inputs.is_production }} runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: token: ${{ secrets.GITHUB_TOKEN }} release-type: simple - package-name: ${{ inputs.name }} - uses: actions/checkout@v4 - uses: rickstaa/action-create-tag@v1 if: ${{ steps.release.outputs.release_created }} diff --git a/workflow-templates/semantic_release.yml b/workflow-templates/semantic_release.yml index 45e3fbf..0eed7dd 100644 --- a/workflow-templates/semantic_release.yml +++ b/workflow-templates/semantic_release.yml @@ -15,5 +15,4 @@ jobs: uses: cape-ph/.github/.github/workflows/semantic_release.yml@v1 secrets: inherit with: - name: "CAPE Org Utilities" is_production: ${{ github.event_name == 'push' }}