Skip to content

Set GITHUB_TOKEN as env variable for autotag action (#212) #17

Set GITHUB_TOKEN as env variable for autotag action (#212)

Set GITHUB_TOKEN as env variable for autotag action (#212) #17

Workflow file for this run

name: Create Publish Tag
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: butlerlogic/action-autotag@stable
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
strategy: package
tag_prefix: "v"