Skip to content

Commit 957fbfe

Browse files
committed
fixup! ci: fix version script and update release.yaml (#303)
1 parent f6dbfb1 commit 957fbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
ENVBUILDER_RELEASE: "t"
5656
run: |
57-
echo "ENVBUILDER_VERSION=$(./scripts.version.sh)" >> $GITHUB_OUTPUT
57+
echo "ENVBUILDER_VERSION=$(./scripts/version.sh)" >> $GITHUB_OUTPUT
5858
5959
- name: Build and Push
6060
env:

0 commit comments

Comments
 (0)