Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 authored Oct 10, 2023
1 parent 237b154 commit ae7c212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
id: check-tag
run: echo "exists=$(git ls-remote --exit-code --tags origin ${{ env.TAG }} >/dev/null 2>&1 && echo true || echo false)" >> $GITHUB_OUTPUT
env:
TAG: "v${{fromJson(steps.read-mod_meta.outputs.mod_meta).version}}"
TAG: "v${{fromJson(steps.read-mod_meta.outputs.mod_meta).Version}}"

- name: Output Version Info
id: out
run: |
echo "version=${{fromJson(steps.read-mod_meta.outputs.mod_meta).version}}" >> $GITHUB_OUTPUT
echo "version=${{fromJson(steps.read-mod_meta.outputs.mod_meta).Version}}" >> $GITHUB_OUTPUT
echo "exists=${{steps.check-tag.outputs.exists}}" >> $GITHUB_OUTPUT
- name: Error
Expand Down

0 comments on commit ae7c212

Please sign in to comment.