Skip to content

Commit

Permalink
chore: add release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Jan 28, 2024
1 parent ae5102f commit 3bdcd10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm run prepublish
if: ${{ steps.release.outputs.release_created }}
- run: npm publish --provenance
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: "github.event.pull_request.title != 'chore: release main'"
if: "!startsWith(github.event.pull_request.title, 'chore(main): release')"
strategy:
fail-fast: false

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-launchpad-plugin",
"version": "2.1.6",
"name": "@marianfoo/cds-launchpad-plugin",
"version": "2.2.0",
"description": "Launchpad Plugin for demo / development / testing SAP CAP-based projects",
"main": "dist/index.js",
"types": "dist/index",
Expand Down

0 comments on commit 3bdcd10

Please sign in to comment.