From d301b84698120d77c22ca43dce0aa85debbe5976 Mon Sep 17 00:00:00 2001 From: John Bristowe Date: Sat, 2 Jul 2022 07:49:13 +1000 Subject: [PATCH] chore: updated build workflow * used (new) major version tag :tada: --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4c250d82b..7904efbbe9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -235,7 +235,7 @@ jobs: version: latest - name: Push a package to Octopus Deploy 🐙 - uses: OctopusDeploy/push-package-action@v1.1.2 + uses: OctopusDeploy/push-package-action@v1 with: space: Integrations packages: | @@ -246,7 +246,7 @@ jobs: artifacts/OctopusTools.Zips.${{ needs.build.outputs.version }}.zip - name: Create a release in Octopus Deploy 🐙 - uses: OctopusDeploy/create-release-action@v1.1.3 + uses: OctopusDeploy/create-release-action@v1 with: space: Integrations project: 'Octopus CLI'