We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 162e61d + 8958b9c commit 84f7f3dCopy full SHA for 84f7f3d
1 file changed
.github/workflows/shared-build-and-deploy.yml
@@ -62,11 +62,11 @@ jobs:
62
63
- name: Bump Version
64
run: |
65
- chmod +x ./ci-scripts/bump_version.sh
+ chmod +x ./scripts/bump_version.sh
66
if ${{ inputs.is-internal }}; then
67
- ./ci-scripts/bump_version.sh "${{ steps.previoustag.outputs.tag }}" "$(git rev-parse --short "$GITHUB_SHA")"
+ ./scripts/bump_version.sh "${{ steps.previoustag.outputs.tag }}" "$(git rev-parse --short "$GITHUB_SHA")"
68
else
69
- ./ci-scripts/bump_version.sh "${{ steps.previoustag.outputs.tag }}"
+ ./scripts/bump_version.sh "${{ steps.previoustag.outputs.tag }}"
70
fi
71
72
- name: Commit changes
0 commit comments