File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ Action wraps the [Sentry CLI](https://docs.sentry.io/cli/) to enable Sentry rele
7
7
An example workflow to build a docker container from source and push and release the image to an existing application on Heroku:
8
8
9
9
``` hcl
10
- workflow "Create new Sentry Release" {
10
+ workflow "Create new Sentry Release Version " {
11
11
on = "push"
12
- resolves = "release"
12
+ resolves = "release version "
13
13
}
14
14
15
- action "release" {
16
- uses = "juankaram/sentry-action @master"
15
+ action "release version " {
16
+ uses = "juankaram/sentry@master"
17
17
needs = "push"
18
- args = "juankaram/sentry-action "
18
+ args = "releases propose-version "
19
19
secrets = ["SENTRY_AUTH_TOKEN"]
20
20
env = {
21
21
SENTRY_ORG = "foo"
@@ -35,7 +35,8 @@ action "release" {
35
35
- ` SENTRY_URL ` - ** Optional** . The URL to use to connect to sentry. This defaults to https://sentry.io/ .
36
36
37
37
## Attribution
38
- Heavily inspired by [ GitHub Actions] ( https://github.com/actions ) .
38
+
39
+ Heavily inspired by [ GitHub Actions] ( https://github.com/actions ) .
39
40
40
41
## License
41
42
You can’t perform that action at this time.
0 commit comments