Skip to content

Commit

Permalink
Curl could not release. (#14)
Browse files Browse the repository at this point in the history
This is tested and worked fine from the crontab
  • Loading branch information
henrykironde authored Jan 26, 2024
1 parent 96748e9 commit f64af73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion archive_hipergator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ git push --quiet deploy main

# Create a new portal-forecasts release to trigger Zenodo archiving
git push --quiet deploy --tags
curl -v -i -X POST -H "Content-Type:application/json" -H "Authorization: token $GITHUB_RELEASE_TOKEN" https://api.github.com/repos/weecology/portal-forecasts/releases -d "{\"tag_name\":\"$current_date\"}"
curl -v -i -X POST -H "Content-Type:application/json" -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/repos/weecology/portal-forecasts/releases -d "{\"tag_name\":\"$current_date\"}"

0 comments on commit f64af73

Please sign in to comment.