Skip to content

Commit

Permalink
Postaction
Browse files Browse the repository at this point in the history
  • Loading branch information
kashamalasha committed Aug 11, 2023
1 parent 148fc82 commit 739776f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Get the request data
run: "echo 'latest release: ${{ steps.get_latest_release.outputs.data }}"
run: "echo 'latest release: ${{ fromJson(steps.get_latest_release.outputs.data) }}"

0 comments on commit 739776f

Please sign in to comment.