Skip to content

Merge pull request #6 from mach-composer/release/v0.2.0 #7

Merge pull request #6 from mach-composer/release/v0.2.0

Merge pull request #6 from mach-composer/release/v0.2.0 #7

Workflow file for this run

name: Validations
on:
push:
branches:
- 'main'
permissions:
contents: write
pull-requests: write
actions: write
jobs:
release:
runs-on: ubuntu-latest
if: github.event.type != 'pull_request'
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Prepare release
uses: labd/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
release-workflow: ''