Skip to content

fix: fix #2 and add runtime feature checks #4

fix: fix #2 and add runtime feature checks

fix: fix #2 and add runtime feature checks #4

name: "ci: tag new version"
on:
push:
branches:
- "main"
paths:
- "package.json"
tags-ignore:
- '*'
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: butlerlogic/action-autotag@1.1.2
with:
root: "./"
env:
GITHUB_TOKEN: "${{ secrets.BUILD_ACTION }}"