From 5c822c11df3fa23eab2efc4612f183f46f3e9105 Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Wed, 22 Nov 2023 15:19:38 -0700 Subject: [PATCH] chore: another attempt at versioning strategy --- .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 b5ac4661..64099d2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: with: command: manifest default-branch: "${{ steps.extract_branch.outputs.branch }}" - versioning: always-bump-patch + versioning-strategy: always-bump-patch - name: Upload Release Artifact if: ${{ steps.release.outputs.release_created }} env: