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 d9d209c commit 80bb874Copy full SHA for 80bb874
1 file changed
.github/workflows/release-please.yaml
@@ -25,6 +25,10 @@ jobs:
25
token: ${{ steps.generate-token.outputs.token }}
26
release-type: dart
27
28
+ - name: Wait for release PR branch
29
+ if: ${{ steps.release.outputs.prs_created == 'true' }}
30
+ run: sleep 10
31
+
32
- uses: actions/checkout@v6
33
if: ${{ steps.release.outputs.prs_created == 'true' }}
34
with:
@@ -51,7 +55,7 @@ jobs:
51
55
52
56
53
57
github_token: "${{ steps.generate-token.outputs.token }}"
54
- add_timestamp: true
58
+ add_timestamp: false
59
commit_prefix: "chore: "
60
commit_message: "run build_runner build"
61
force: false
0 commit comments