Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Fix handling of failFast #3

Fix handling of failFast

Fix handling of failFast #3

Workflow file for this run

name: Publish release
on:
push:
tags:
- "v*"
jobs:
publish:
name: Publish release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish release
uses: ghalactic/github-release-from-tag@v4