Skip to content

Commit b8fc6e5

Browse files
committed
Add inject example to README
1 parent e617c21 commit b8fc6e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,14 @@ Adding the following to your workflow will create a new Sentry release and tell
100100

101101
### Examples
102102

103-
- Create a new Sentry release for the `production` environment and upload JavaScript source maps from the `./lib` directory.
103+
- Create a new Sentry release for the `production` environment, inject Debug IDs into JavaScript source files and sourcemaps and upload them from the `./dist` directory.
104104

105105
```yaml
106106
- uses: getsentry/action-release@v1
107107
with:
108108
environment: 'production'
109-
sourcemaps: './lib'
109+
inject: true
110+
sourcemaps: './dist'
110111
```
111112

112113
- Create a new Sentry release for the `production` environment of your project at version `v1.0.1`.

0 commit comments

Comments
 (0)