Skip to content

Commit

Permalink
Triggering workflow from set-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnyblast committed Jun 16, 2024
1 parent 131b538 commit 1a5f431
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v2
with:
ref: master
env:
GITHUB_TOKEN: ${{ secrets.PAT }}

- name: Set Version
run: ./scripts/set-version.sh ${{ github.ref_name }}
Expand Down

0 comments on commit 1a5f431

Please sign in to comment.