Skip to content

Commit

Permalink
update Release-Please action
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach committed Feb 3, 2024
1 parent e49d3aa commit 58de6dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node
# The logic below handles the npm publication:
- name: Checkout Repository
# these if statements ensure that a publication only occurs when
Expand All @@ -26,7 +24,7 @@ jobs:
uses: actions/setup-node@v4
if: ${{ steps.release.outputs.releases_created }}
with:
node-version: 18
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
run: npm ci
Expand Down
5 changes: 2 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"packages": {
".": {
"package-name": ""
"initial-version": "1.2.1",
"package-name": "highlightjs-apex"
}
},
"release-type": "node",
"prerelease": false,
"prerelease-type": "",
"initial-version": "1.2.1",
"versioning": "default",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
Expand Down

0 comments on commit 58de6dd

Please sign in to comment.