Skip to content

Commit

Permalink
feat: rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 21, 2024
1 parent c4e9e0f commit 01ec99e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/rss-forwarder/ci/latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
version="$(curl -sX GET "https://api.github.com/repos/morphy2k/rss-forwarder/releases/latest" | jq --raw-output '.tag_name' 2>/dev/null)"
version="${version#*v}"
version="${version#*release-}"
version="0.7.0-beta.2" #hardcode this for now
printf "%s" "${version}"

0 comments on commit 01ec99e

Please sign in to comment.