Skip to content

Commit

Permalink
Merge pull request #18 from nodenv/fix-tag-major-perms
Browse files Browse the repository at this point in the history
Fix tag-major workflow
  • Loading branch information
jasonkarns authored May 26, 2024
2 parents c930477 + ec0f560 commit bd31456
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tag-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ on:
push: { tags: "v*.*.*" }
workflow_dispatch:
workflow_call:

permissions: read-all
permissions: { contents: write }

jobs:
major:
if: github.ref_type == 'tag'
permissions: { contents: write }
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bd31456

Please sign in to comment.