Skip to content

Commit

Permalink
ci: fix update-majorver
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Nov 10, 2024
1 parent aa3ee26 commit 452f277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-major-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
name: Update Major Version Tag
runs-on: ubuntu-latest
steps:
- uses: nowactions/update-majorver@v1
- uses: nowactions/update-majorver@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 452f277

Please sign in to comment.