Skip to content

Commit

Permalink
fix(newVersionTags): missing gh token (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed May 30, 2023
1 parent 4358641 commit e32ff8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions new-versionTags/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ runs:

- name: Add major and minor tags
shell: pwsh
env:
GH_TOKEN: ${{ github.token }}
run: |
$release = (gh release view --json tagName) | convertfrom-json
$version = [semver]::new($release.tagName)
Expand Down

0 comments on commit e32ff8f

Please sign in to comment.