Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPC committed Dec 14, 2023
1 parent 4d86234 commit 6155796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: "echo latest release: '${{ steps.get_latest_release.outputs.data }}'"
- run: "echo latest release Version : '${{ steps.get_latest_release.outputs.data }}' | jq -r '.name'"
- run: "echo latest name : $(echo '${{ steps.get_latest_release.outputs.data }}' | jq -r '.name')"
- run: "echo Release could not be found. Request failed with status '${{ steps.get_release.outputs.status }}'"
if: ${{ failure() }}
- name: Update update.json
Expand Down

0 comments on commit 6155796

Please sign in to comment.