Skip to content

Commit 91a44d0

Browse files
committed
Remove alpha releases of PR
Because the action hangs indefinitely and I don't have time to sort out what is going on. This entire commit should probably be reverted in the future though, but only after the-guild-org/shared-config#540 is released
1 parent d2477a6 commit 91a44d0

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/pr.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,6 @@ jobs:
1010
secrets:
1111
githubToken: ${{ secrets.GITHUB_TOKEN }}
1212

13-
alpha:
14-
permissions:
15-
contents: write
16-
id-token: write
17-
packages: write
18-
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
19-
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
20-
with:
21-
packageManager: pnpm
22-
npmTag: alpha
23-
buildScript: build
24-
nodeVersion: 26
25-
secrets:
26-
githubToken: ${{ secrets.GITHUB_TOKEN }}
27-
npmToken: ${{ secrets.NPM_TOKEN }}
28-
2913
release-candidate:
3014
permissions:
3115
contents: write

0 commit comments

Comments
 (0)