Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl authored Feb 16, 2023
1 parent 00c8970 commit a1fd937
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/sentry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ jobs:
environment: production
steps:
- uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16

- name: Install dependencies
run: yarn install

- name: Build and deploy subgraph
run: yarn build

- name: Create Sentry release
uses: getsentry/action-release@v1.2.1
Expand Down

0 comments on commit a1fd937

Please sign in to comment.