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 dac5e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
- release-npm

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Mark VSCode theme release as latest release
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit dac5e9e

Please sign in to comment.