Skip to content

Commit a1fd937

Browse files
authored
fix: workflow
1 parent 00c8970 commit a1fd937

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/sentry-release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ jobs:
1515
environment: production
1616
steps:
1717
- uses: actions/checkout@v2
18+
19+
- name: Set up Node.js
20+
uses: actions/setup-node@v2
21+
with:
22+
node-version: 16
23+
24+
- name: Install dependencies
25+
run: yarn install
26+
27+
- name: Build and deploy subgraph
28+
run: yarn build
1829

1930
- name: Create Sentry release
2031
uses: getsentry/action-release@v1.2.1

0 commit comments

Comments
 (0)