Skip to content

Commit

Permalink
Merge pull request #5 from laruiss/tech/fix-release-please
Browse files Browse the repository at this point in the history
chore: 👷 fix release-please
  • Loading branch information
laruiss authored Dec 6, 2023
2 parents 1785a68 + 4631400 commit 81afa81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
target-branch: main
config-file: .release-please-config.json
- name: Checkout repository
uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
Expand Down
6 changes: 6 additions & 0 deletions release-please.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

{
"release-type": "node",
"last-release": "1.6.3",
"last-release-sha": "517ce50"
}

0 comments on commit 81afa81

Please sign in to comment.