From b04e5db100292ce956a3846022fa1e49a9945276 Mon Sep 17 00:00:00 2001 From: Felipe Suero Date: Fri, 28 Apr 2023 12:55:00 -0400 Subject: [PATCH] save files --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19a3ac0..75bd962 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: git config --global user.email "github-actions@github.com" git config --global user.name "GitHub Actions" - NEW_VERSION=$(./scripts/workflows/increment-version.sh ${{ inputs.version }}) + NEW_VERSION=$(./script/workflows/increment-version.sh ${{ inputs.version }}) git checkout -b release/$NEW_VERSION