Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
fix: more build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo committed Jun 23, 2024
1 parent a0ff9a4 commit d891200
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ jobs:
with:
fetch-depth: 0

- name: Create Sentry release
if: matrix.os == 'ubuntu-latest'
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: 'jw-projects'
SENTRY_PROJECT: 'mmm-v2'
with:
environment: production

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
Expand All @@ -46,3 +36,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

- name: Create Sentry release
if: matrix.os == 'ubuntu-latest'
uses: getsentry/action-release@v1.7.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: 'jw-projects'
SENTRY_PROJECT: 'mmm-v2'
with:
dist: ${{ github.sha }}
environment: production
sourcemaps: "./"

0 comments on commit d891200

Please sign in to comment.