We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dbfb1 commit 957fbfeCopy full SHA for 957fbfe
.github/workflows/release.yaml
@@ -54,7 +54,7 @@ jobs:
54
env:
55
ENVBUILDER_RELEASE: "t"
56
run: |
57
- echo "ENVBUILDER_VERSION=$(./scripts.version.sh)" >> $GITHUB_OUTPUT
+ echo "ENVBUILDER_VERSION=$(./scripts/version.sh)" >> $GITHUB_OUTPUT
58
59
- name: Build and Push
60
0 commit comments