Skip to content

Commit 01710ff

Browse files
committed
chore: add checkout step for ADC publishing
This tries to run a script from the source repo, so it should checkout the source otherwise the script isn't going to be there 😭.
1 parent ce77923 commit 01710ff

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yml

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

projenrc/adc-publishing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export class AdcPublishing extends Component {
3939
},
4040
if: '${{ needs.release.outputs.latest_commit == github.sha }}',
4141
steps: [
42+
github.WorkflowSteps.checkout(),
4243
{
4344
uses: 'actions/setup-node@v4',
4445
with: {

0 commit comments

Comments
 (0)