Skip to content

Commit

Permalink
s/index.js/fetch.js [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Jul 20, 2023
1 parent 1c3058c commit 0445d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
npm install node-fetch
npm install
node fetch.js
git config --global user.name paulcarroty && git config --global user.email $GMAIL
node index.js
hub release create -m "Daily sync `date -u`" latest || echo "can't create the release 'latest', probably it's available"
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 0445d2c

Please sign in to comment.