Skip to content

Commit cb79665

Browse files
committed
fix: update release job dependencies to include sync_actions
1 parent 2da30a6 commit cb79665

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.lock.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
echo "Ensure the sync-actions job has been run and the PR merged in github/gh-aw-actions before approving."
219219
220220
release:
221-
needs: ["pre_activation", "activation", "config"]
221+
needs: ["pre_activation", "activation", "config", "sync_actions"]
222222
runs-on: ubuntu-latest
223223
permissions:
224224
contents: write

0 commit comments

Comments
 (0)