Skip to content

Commit

Permalink
chore: add git remote and checkout commands for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Dec 3, 2024
1 parent fd21e3c commit 99edb1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
export GITHUB_REPOSITORY="${{ github.repository }}"
git remote -v
git checkout "${GITHUB_REF:11}"
git remote -v
pnpm release
- uses: './.github/shared/actions/devcontainer-shell-run'
Expand Down

0 comments on commit 99edb1a

Please sign in to comment.