Skip to content

Commit

Permalink
Update tagrelease.yml
Browse files Browse the repository at this point in the history
add token as env
  • Loading branch information
sidey79 authored Oct 26, 2022
1 parent b545a32 commit fc2c108
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tagrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v3
- name: Create tag automatic
uses: butlerlogic/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
root: ./
tag_prefix: "v"

0 comments on commit fc2c108

Please sign in to comment.