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

v0.4.1

v0.4.1 #7

Workflow file for this run

name: release
on:
release:
types: [released]
workflow_dispatch:
inputs:
full_release:
description: The full release version this major version will point to
required: true
env:
TAG_NAME: ${{ github.event.inputs.tag_name || github.event.release.tag_name }}
permissions:
contents: write
jobs:
update-major-tag:
runs-on: ubuntu-latest
steps:
- name: Update the ${{ env.TAG_NAME }} tag
uses: actions/[email protected]
with:
source-tag: ${{ env.TAG_NAME }}