Skip to content

Commit

Permalink
ci: unecessary redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
extraymond committed Mar 29, 2024
1 parent 5175264 commit c32cfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if [ $zotero == $snap ]; then
echo Zotero-Snap is up to date
else
echo New Zotero release available: $snap => $zotero
echo "New Zotero release available: $snap => $zotero"
echo "new_version=$zotero" >> "$GITHUB_ENV"
fi
- name: Update snapcraft.yaml
Expand Down

0 comments on commit c32cfc4

Please sign in to comment.