Skip to content

chore: package lock refreshed (#216) #58

chore: package lock refreshed (#216)

chore: package lock refreshed (#216) #58

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@v2
with:
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
fetch-depth: 0
- uses: butlerlogic/action-autotag@master
with:
GITHUB_TOKEN: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
tag_prefix: "v"