Skip to content

Commit

Permalink
Update renovate and publish-npm action
Browse files Browse the repository at this point in the history
  • Loading branch information
natereprogle committed Nov 3, 2023
1 parent 16f09e6 commit bc2d4ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"automerge": true
}
],
"commitMessagePrefix": "update",
"platformCommit": true,
"dependencyDashboardAutoclose": true
}
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ jobs:
uses: phips28/gh-action-bump-version@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
minor-wording: "update"

publish-npm:
needs: increment-version
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit bc2d4ad

Please sign in to comment.