We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45274be commit 90f371cCopy full SHA for 90f371c
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
git config --global user.email "github-actions@github.com"
42
git config --global user.name "GitHub Actions"
43
44
- NEW_VERSION=$(./scripts/workflows/increment-version.sh ${{ inputs.version }})
+ NEW_VERSION=$(./script/workflows/increment-version.sh ${{ inputs.version }})
45
46
git checkout -b release/$NEW_VERSION
47
0 commit comments