Skip to content

Commit

Permalink
fixup! ci: fix version script and update release.yaml (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn committed Aug 8, 2024
1 parent 65f2289 commit 618ea11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
ENVBUILDER_RELEASE: "t"
run: |
echo "ENVBUILDER_VERSION=$(./scripts.version.sh)" >> $GITHUB_OUTPUT
echo "ENVBUILDER_VERSION=$(./scripts/version.sh)" >> $GITHUB_OUTPUT
- name: Build and Push
env:
Expand Down

0 comments on commit 618ea11

Please sign in to comment.