Skip to content

Commit

Permalink
Update release trigger (#151)
Browse files Browse the repository at this point in the history
- Start using PAT in release trigger

{patch}
  • Loading branch information
nagyesta authored May 7, 2022
1 parent ab83ff9 commit 623f8c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # tag=v2.4.0
with:
fetch-depth: 0
token: ${{ secrets.PUBLISH_KEY }}
- name: "Check existing tag"
id: check
run: |
Expand Down

0 comments on commit 623f8c4

Please sign in to comment.