generated from getsentry/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add option to set
dist
on sourcemaps
Adds support for `dist` as input value for GitHub Action: ```yaml - uses: getsentry/action-release@v1 with: environment: 'production' sourcemaps: './lib' dist: ${{ github.sha }} ``` Note that this repo uses `@sentry/cli@^1.67.2` and there is a related fix in `2.3.1`: > fix: move dist option to SentryCliUploadSourceMapsOptions (#1269) by @ikenfin > [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#231) This fix was to move the `dist` option from being under `SentryCliOptions` (incorrect) to be under `SentryCliUploadSourceMapsOptions` (correct) This does not affect the GH action as those types are not referenced directly by the action. Resolves #74
- Loading branch information
Showing
5 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters