Skip to content

Commit

Permalink
chore: update GITHUB_REPOSITORY export in release workflow for consis…
Browse files Browse the repository at this point in the history
…tency
  • Loading branch information
lgersman committed Dec 3, 2024
1 parent 18c6d36 commit 4381d7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
export GITHUB_REPOSITORY
echo "GITHUB_REF=${GITHUB_REF}"
git remote -v
export GITHUB_REPOSITORY="${{ github.repository }}"
pnpm release
Expand Down

0 comments on commit 4381d7f

Please sign in to comment.