Skip to content

Commit 47beb66

Browse files
authored
chore: add checkout step for ADC publishing (#164)
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 😭. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent ce77923 commit 47beb66

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projenrc/adc-publishing.ts

+1
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)