Skip to content

Commit

Permalink
enforce hub install
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Oct 10, 2023
1 parent e3db8b3 commit 1948135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
curl -L https://github.com/paulcarroty/flathub-chart/releases/download/latest/monthly.json -o src/assets/monthly.json
curl -L https://github.com/paulcarroty/flathub-chart/releases/download/latest/yearly.json -o src/assets/yearly.json
curl -L https://github.com/paulcarroty/flathub-chart/releases/download/latest/timestamp.json -o src/assets/timestamp.json
sudo apt update && sudo apt install hub
hub release create -m "Daily sync `date -u`" latest || echo "can't create the release 'latest', probably it's available"
node fetch.js && for chart in *ly.json timestamp.json; do
hub release edit latest -a "$chart" -m "Daily sync `date -u`"
Expand Down

0 comments on commit 1948135

Please sign in to comment.