Skip to content

Release - [🩹[Patch]: Remove deprecated release.yml and rename Auto-Release to Release-GHRepository #39] by @MariusStorhaug #4

Release - [🩹[Patch]: Remove deprecated release.yml and rename Auto-Release to Release-GHRepository #39] by @MariusStorhaug

Release - [🩹[Patch]: Remove deprecated release.yml and rename Auto-Release to Release-GHRepository #39] by @MariusStorhaug #4

Workflow file for this run

name: Release
run-name: "Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
pull_request:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
- labeled
paths:
- 'action.yml'
- 'src/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write # Required to create releases
pull-requests: write # Required to create comments on the PRs
jobs:
Release:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Release
uses: PSModule/Release-GHRepository@88c70461c8f16cc09682005bcf3b7fca4dd8dc1a # v2.0.1