CI/CD: Configure AutoTag GitHub Action (#14)

This commit is contained in:
Diego Heras 2020-12-12 23:50:39 +01:00 committed by GitHub
parent 2bf2784dfc
commit f10093c927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,5 @@ jobs:
name: Auto Tag
uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GH_PAT }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: "v"