chore(release): reenable automatic releases
This commit is contained in:
parent
bf8efc9bf6
commit
9e140d1214
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -1,8 +1,7 @@
|
||||
name: Release
|
||||
on:
|
||||
# every morning
|
||||
# schedule:
|
||||
# - cron: '0 12 * * 1-4'
|
||||
schedule:
|
||||
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
|
||||
|
||||
# manual trigger
|
||||
workflow_dispatch:
|
||||
@ -102,4 +101,4 @@ jobs:
|
||||
- https://ipfs.infura.io/ipfs/${{ steps.upload.outputs.hash }}/
|
||||
- https://ipfs.io/ipfs/${{ steps.upload.outputs.hash }}/
|
||||
|
||||
${{ needs.bump_version.outputs.changelog }}
|
||||
${{ needs.bump_version.outputs.changelog }}
|
||||
|
Loading…
Reference in New Issue
Block a user