From f6b30bff5cabac8dc292d5dfe1e0be816a4ea8d3 Mon Sep 17 00:00:00 2001 From: Sunny Guduru Date: Tue, 12 Mar 2024 15:55:29 -0700 Subject: [PATCH 1/2] fix: Update release-please.yml to dry-run: false --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ea9a2a76..3424f871 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -35,6 +35,6 @@ jobs: - uses: ./.github/actions/publish with: - dry-run: 'true' + dry-run: 'false' token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ needs.release-please.outputs.tag_name }} \ No newline at end of file + tag: ${{ needs.release-please.outputs.tag_name }} From 01b027f508b47414dfa395722153459f49e8d059 Mon Sep 17 00:00:00 2001 From: Sunny Guduru Date: Tue, 12 Mar 2024 16:13:04 -0700 Subject: [PATCH 2/2] Revert "fix: update dry-run to false in release-please github workflow (#14)" This reverts commit ea3c089fc4be846bbe341feaa277ce7fd0b25526. --- .github/actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 03ca979c..606d47e2 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -10,7 +10,7 @@ inputs: default: 'true' tag: description: 'Tag to upload artifacts to.' - required: false + required: true runs: using: composite