Skip to content

Commit

Permalink
fix(ci): fixing relase build
Browse files Browse the repository at this point in the history
  • Loading branch information
eknowlton committed Nov 14, 2023
1 parent 11e9399 commit c47c5ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
with:
component: "echoip"
bootstrap-sha: "ef1f4b388c24e977ec63d6943ac8f0b0c5f51b58"
last-release-sha: "f8d88aa7e05b8d9415d1376bc5d74e97eb579d97"
release-type: "go"
command: "release-pr"

- name: Compress Release
if: ${{ steps.release.outputs.releases_created }}
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.2.1"
}
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bootstrap-sha": "ef1f4b388c24e977ec63d6943ac8f0b0c5f51b58",
"last-release-sha": "32a92399085082121675553e23d722605752519e",
"release-type": "go",
"skip-github-release": false,
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
Expand Down

0 comments on commit c47c5ad

Please sign in to comment.