Skip to content

Commit

Permalink
ci: checkout repo before using gh command
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Aug 6, 2024
1 parent e738e6f commit a6b2726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ jobs:
- release-npm

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
if: ${{ needs.release-please.outputs.theme_release == 'true' }}
- name: Mark VSCode theme release as latest release
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit a6b2726

Please sign in to comment.