Skip to content

fix: render S3 buckets as gitlab CI/CD variables (#201) #57

fix: render S3 buckets as gitlab CI/CD variables (#201)

fix: render S3 buckets as gitlab CI/CD variables (#201) #57

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"