Skip to content

Commit

Permalink
Merge pull request #324 from Automattic/update/rename-npm-actions
Browse files Browse the repository at this point in the history
Rename NPM publish-related files, plus small updates
  • Loading branch information
gudmdharalds committed Jul 26, 2023
2 parents c7fee29 + 7b85e0f commit a5a08dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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
File renamed without changes.

0 comments on commit a5a08dc

Please sign in to comment.