Skip to content

Commit

Permalink
ci: checkout repo before using gh command (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Aug 6, 2024
1 parent e738e6f commit 2d7388f
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 2d7388f

Please sign in to comment.