Skip to content

Commit 2e15ffc

Browse files
committed
Correct readme instructions
1 parent 25bba69 commit 2e15ffc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Action wraps the [Sentry CLI](https://docs.sentry.io/cli/) to enable Sentry rele
77
An example workflow to build a docker container from source and push and release the image to an existing application on Heroku:
88

99
```hcl
10-
workflow "Create new Sentry Release" {
10+
workflow "Create new Sentry Release Version" {
1111
on = "push"
12-
resolves = "release"
12+
resolves = "release version"
1313
}
1414
15-
action "release" {
16-
uses = "juankaram/sentry-action@master"
15+
action "release version" {
16+
uses = "juankaram/sentry@master"
1717
needs = "push"
18-
args = "juankaram/sentry-action"
18+
args = "releases propose-version"
1919
secrets = ["SENTRY_AUTH_TOKEN"]
2020
env = {
2121
SENTRY_ORG = "foo"
@@ -35,7 +35,8 @@ action "release" {
3535
- `SENTRY_URL` - **Optional**. The URL to use to connect to sentry. This defaults to https://sentry.io/.
3636

3737
## Attribution
38-
Heavily inspired by [GitHub Actions](https://github.com/actions).
38+
39+
Heavily inspired by [GitHub Actions](https://github.com/actions).
3940

4041
## License
4142

0 commit comments

Comments
 (0)