Skip to content

Commit

Permalink
Update npm-prepare-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Jul 26, 2023
1 parent 71d73a5 commit 7b85e0f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/npm-prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ on:
- major

jobs:
publish:
prepare:
name: Prepare a new npm release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Check out the source code
uses: actions/checkout@v3
Expand All @@ -30,4 +27,3 @@ jobs:
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
npm-version-type: ${{ inputs.npm-version-type }}
release-branch: trunk

0 comments on commit 7b85e0f

Please sign in to comment.