Skip to content

Commit 98cd6e1

Browse files
authored
Update sentry-release.yml
1 parent 6692715 commit 98cd6e1

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/sentry-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sentry Release
33
on:
44
push:
55
branches:
6-
- main # change if you deploy from a different branch
6+
- main
77

88
jobs:
99
release:
@@ -12,11 +12,6 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
1414

15-
- name: Set up Node.js
16-
uses: actions/setup-node@v4
17-
with:
18-
node-version: "18"
19-
2015
- name: Install Sentry CLI
2116
run: npm install -g @sentry/cli
2217

0 commit comments

Comments
 (0)