Skip to content

Commit

Permalink
fix(publish.yml): correct echo command to use proper output variable
Browse files Browse the repository at this point in the history
# GENERATE BY https://aicommit.app
  • Loading branch information
rosuH committed Jul 14, 2024
1 parent 6711e2d commit 5e97751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
excludes: prerelease, draft
token: ${{ secrets.GITHUB_TOKEN }}
- name: test
run: echo ${{ steps.fetchLatestRelease.fetchLatestRelease.release }}
run: echo ${{ steps.fetchLatestRelease.outputs.release }}
- name: Prepare Release Artifact
uses: dsaltares/fetch-gh-release-asset@master
with:
Expand Down

0 comments on commit 5e97751

Please sign in to comment.