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