Skip to content

fix: only one instance control the manifest #5

fix: only one instance control the manifest

fix: only one instance control the manifest #5

Workflow file for this run

on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
if: github.ref_type == 'tag'
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
tag: ${{ github.ref_name }}
makeLatest: true
generateReleaseNotes: true
discussionCategory: "Announcements"