Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EmrysMyrddin committed Jul 29, 2024
1 parent 0ccc635 commit 0a798a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@v1
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
with:
installDependencies: true
preCommit: 'pnpm run prettier'
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}

Expand All @@ -20,8 +17,6 @@ jobs:
with:
npmTag: alpha
buildScript: build
nodeVersion: 22
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}
Expand Down

0 comments on commit 0a798a7

Please sign in to comment.