Skip to content

Merge pull request #4 from containifyci/fr12k_point_mark #4

Merge pull request #4 from containifyci/fr12k_point_mark

Merge pull request #4 from containifyci/fr12k_point_mark #4

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '.github/**'
permissions:
contents: write # for checkout
pull-requests: write # for updating pr
jobs:
build-and-release:
permissions:
contents: write
pull-requests: write
uses: containifyci/.github/.github/workflows/release.yml@v1
secrets:
RELEASE_GITHUB_TOKEN: ${{ secrets.CONTAINIFYCI_RELEASE_TOKEN }}