Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Aug 4, 2023
1 parent f7ceb14 commit dc72407
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 @@ -45,7 +45,7 @@ jobs:
- name: Which Version
id: which_version
shell: bash
run: echo "version=$($HOME/.pub-cache/bin/cider version" >> $GITHUB_OUTPUT
run: echo "version=$($HOME/.pub-cache/bin/cider version)" >> $GITHUB_OUTPUT

- name: Check if release exists
uses: cardinalby/git-get-release-action@1.2.4
Expand Down

0 comments on commit dc72407

Please sign in to comment.