Skip to content

Merge pull request #119 from ArcBlock/delegation_fix #15

Merge pull request #119 from ArcBlock/delegation_fix

Merge pull request #119 from ArcBlock/delegation_fix #15

Workflow file for this run

name: Release tag workflow
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
build:
name: Release tag
runs-on: macos-latest
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
steps:
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}