Skip to content

Commit

Permalink
build(release-please): try to course correct (#35)
Browse files Browse the repository at this point in the history
"Never trust your past success, only your past failures"
- Hammy 2024
  • Loading branch information
sgoudham authored Jun 22, 2024
1 parent 5f4a334 commit e40721d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
steps:
- name: "Release"
id: "release"
uses: "google-github-actions/release-please-action@v3"
with:
release-type: "simple"
uses: "googleapis/release-please-action@v4"

- name: Create tarball
if: ${{ steps.release.outputs.release_created }}
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.4.1"
}
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"last-release-sha": "cecfa246aa84e74e91e8bd8eb5add82734a35211",
"packages": {
".": {
"package-name": "",
"release-type": "simple"
}
}
}

0 comments on commit e40721d

Please sign in to comment.