Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetkaurav1st committed Dec 1, 2023
1 parent 3dd1527 commit eff319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
make docker
- name: Read VERSION file
id: getversion
run: echo "::set-output name=version::$(cat CalmVersion)"
run: echo "{version}={$(cat CalmVersion)}" >> $GITHUB_OUTPUT
- name: Execute container
uses: addnab/docker-run-action@v3
with:
Expand Down

0 comments on commit eff319d

Please sign in to comment.