We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780b08c commit 25c9ff7Copy full SHA for 25c9ff7
.github/workflows/makenew.yml
@@ -82,6 +82,8 @@ jobs:
82
timeout-minutes: 30
83
needs: bootstrap
84
steps:
85
+ - name: Wait for repo to exist
86
+ run: sleep 10
87
- name: Cut version
88
run: gh workflow run version.yml --repo $REPO --raw-field version=patch
89
env:
0 commit comments