Skip to content

Commit 7376ea5

Browse files
committed
Update README.md with 1.1.0 version
1 parent 536b33c commit 7376ea5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Optionally set `ROLLBAR_USERNAME` environment variable, usernames can be found a
4040
```yaml
4141
steps:
4242
- name: Notify deploy to Rollbar
43-
uses: rollbar/github-deploy-action@1.0.2
43+
uses: rollbar/github-deploy-action@1.1.0
4444
id: rollbar_deploy
4545
with:
4646
environment: 'production'
@@ -56,7 +56,7 @@ steps:
5656
```yaml
5757
steps:
5858
- name: Notify start deploy to Rollbar
59-
uses: rollbar/github-deploy-action@1.0.2
59+
uses: rollbar/github-deploy-action@1.1.0
6060
id: rollbar_pre_deploy
6161
with:
6262
environment: 'production'
@@ -70,7 +70,7 @@ steps:
7070

7171
steps:
7272
- name: Notify finish deploy to Rollbar
73-
uses: rollbar/github-deploy-action@1.0.2
73+
uses: rollbar/github-deploy-action@1.1.0
7474
id: rollbar_post_deploy
7575
with:
7676
environment: 'production'

0 commit comments

Comments
 (0)