Skip to content

ref: fix linting issues #4

ref: fix linting issues

ref: fix linting issues #4

Workflow file for this run

name: Tag release
on:
push:
branches:
- main
paths:
- package.json
jobs:
gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create release with tag
uses: marco-souza/tag-release@1.2.0
with:
title: 🚀 Release
version-file: package.json
token: ${{ secrets.GITHUB_TOKEN }}