Skip to content

Set tag and release #13

Set tag and release

Set tag and release #13

Workflow file for this run

name: Set tag and release
on:
workflow_run:
workflows: ["Unit Tests"]
branches: [main]
types:
- completed
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Create Release and bump version files
uses: helsingborg-stad/[email protected]
with:
php-version: 8.2