Trigger cron from github actions

This commit is contained in:
David Dworken 2022-05-27 22:48:13 -07:00
parent 245ac95fcd
commit 64d4c211b4

View File

@ -33,7 +33,7 @@ jobs:
go-version: 1.17 go-version: 1.17
env: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}" env: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
# Sign the binaries (if this is a macos build) # Sign the binaries (if this is a macos build) and upload the signed binaries
macos_signer: macos_signer:
runs-on: macos-11.0 runs-on: macos-11.0
needs: needs:
@ -60,6 +60,9 @@ jobs:
hishtory-darwin-arm64-unsigned hishtory-darwin-arm64-unsigned
hishtory-darwin-amd64 hishtory-darwin-amd64
hishtory-darwin-amd64-unsigned hishtory-darwin-amd64-unsigned
- name: Trigger the backend API service so it knows a release is finished
run: |
curl https://api.hishtory.dev/api/v1/trigger-cron
# Upload to GitHub release. # Upload to GitHub release.
upload: upload: