Skip to content

Commit

Permalink
Merge pull request #21 from rollbar/bxsx/update-readme
Browse files Browse the repository at this point in the history
Update tag version for the new release `2.1.1`
  • Loading branch information
bxsx authored May 25, 2021
2 parents a10927d + cb7aee1 commit 2e68771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Optionally set `ROLLBAR_USERNAME` environment variable, usernames can be found a
```yaml
steps:
- name: Notify deploy to Rollbar
uses: rollbar/github-deploy-action@1.1.0
uses: rollbar/github-deploy-action@2.1.1
id: rollbar_deploy
with:
environment: 'production'
Expand All @@ -58,7 +58,7 @@ steps:
```yaml
steps:
- name: Notify start deploy to Rollbar
uses: rollbar/github-deploy-action@1.1.0
uses: rollbar/github-deploy-action@2.1.1
id: rollbar_pre_deploy
with:
environment: 'production'
Expand All @@ -72,7 +72,7 @@ steps:

steps:
- name: Notify finish deploy to Rollbar
uses: rollbar/github-deploy-action@1.1.0
uses: rollbar/github-deploy-action@2.1.1
id: rollbar_post_deploy
with:
environment: 'production'
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
with:
name: bundle2.js.map
- name: Rollbar deploy
uses: rollbar/github-deploy-action@1.1.0
uses: rollbar/github-deploy-action@2.1.1
with:
environment: production
version: ${{ github.sha }}
Expand Down

0 comments on commit 2e68771

Please sign in to comment.