Skip to content

Commit

Permalink
revert: what the fuck am i doing
Browse files Browse the repository at this point in the history
this reverts commit a9a000c.
  • Loading branch information
j1nxie committed Nov 28, 2024
1 parent a9a000c commit 60a8eeb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
node-version: '20'
cache: 'pnpm'

- name: Configure Git for private packages
run: |
git config --global url."https://${{ secrets.PAT_TOKEN }}@github.com/".insteadOf "[email protected]:"
git config --global url."https://".insteadOf "git://"
- name: Install dependencies
run: |
pnpm install --frozen-lockfile --prod
- name: Get current version
id: version
run: |
Expand Down

0 comments on commit 60a8eeb

Please sign in to comment.