Skip to content

hotfix: added release dir .env variable for NPM publish stage (#229) #63

hotfix: added release dir .env variable for NPM publish stage (#229)

hotfix: added release dir .env variable for NPM publish stage (#229) #63

Workflow file for this run

name: Create Tag on package.json update
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: '${{ secrets.GH_AUTH_TOKEN }}'
fetch-depth: 0
- uses: butlerlogic/[email protected]
with:
GITHUB_TOKEN: '${{ secrets.GH_AUTH_TOKEN }}'
tag_prefix: 'v'