Skip to content

Commit

Permalink
Fix CI (#19)
Browse files Browse the repository at this point in the history
Fix small typo in CI file.
  • Loading branch information
drohit-cb authored May 2, 2024
1 parent 139aa3f commit f318c68
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 @@ -23,7 +23,7 @@ jobs:

- name: Get version from .version file
id: release_version
run: echo "VERSION=$(cat .version")" >> $GITHUB_OUTPUT
run: echo "VERSION=$(cat .version)" >> $GITHUB_OUTPUT

- name: Check if tag exists
id: check_tag
Expand Down

0 comments on commit f318c68

Please sign in to comment.