We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6692715 commit 98cd6e1Copy full SHA for 98cd6e1
1 file changed
.github/workflows/sentry-release.yml
@@ -3,7 +3,7 @@ name: Sentry Release
3
on:
4
push:
5
branches:
6
- - main # change if you deploy from a different branch
+ - main
7
8
jobs:
9
release:
@@ -12,11 +12,6 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v4
14
15
- - name: Set up Node.js
16
- uses: actions/setup-node@v4
17
- with:
18
- node-version: "18"
19
-
20
- name: Install Sentry CLI
21
run: npm install -g @sentry/cli
22
0 commit comments