Skip to content

fix: update release script #3

fix: update release script

fix: update release script #3

Workflow file for this run

name: Release
on:
push:
branches:
- master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
tag:
name: Tag with semantic release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Tag semantic release
id: tag
uses: pixelfusion/actions/tag@v1