From 268be6dd828f9442b7689a9672ad6690783f183f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:22:22 +0000 Subject: [PATCH] Bump Particular/push-octopus-package-action from 1.2.0 to 1.2.1 Bumps [Particular/push-octopus-package-action](https://github.com/particular/push-octopus-package-action) from 1.2.0 to 1.2.1. - [Commits](https://github.com/particular/push-octopus-package-action/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: Particular/push-octopus-package-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cf54f66ac2..18b7f7d72c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: shell: pwsh - name: Deploy if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }} - uses: Particular/push-octopus-package-action@v1.2.0 + uses: Particular/push-octopus-package-action@v1.2.1 with: octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}