Skip to content

Commit 3ebf29c

Browse files
committed
fix orgname in the workflow
1 parent 65d63a2 commit 3ebf29c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
2828
SENTRY_RELEASE: ${{ github.sha }}
29-
run: sentry-cli releases new $SENTRY_RELEASE --org=nn1-dev --project=api && sentry-cli sourcemaps upload --org=nn1-dev --project=api --release=$SENTRY_RELEASE --strip-prefix 'dist/..' dist
29+
run: sentry-cli releases new $SENTRY_RELEASE --org=nn1dev --project=api && sentry-cli sourcemaps upload --org=nn1dev --project=api --release=$SENTRY_RELEASE --strip-prefix 'dist/..' dist

0 commit comments

Comments
 (0)