Skip to content

Commit

Permalink
Update main.yml (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil authored Mar 3, 2024
2 parents 26da8ae + fd0c25d commit 674e97d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Sentry Release

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -13,9 +14,13 @@ jobs:
with:
fetch-depth: 0

- name: Install and Build
- name: Enable Corepack
run: |
npm install
corepack enable pnpm
- name: Install and test using pnpm
run: |
pnpm install
pnpm test
- name: Create Sentry release
uses: getsentry/action-release@v1
Expand Down

0 comments on commit 674e97d

Please sign in to comment.