Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie committed Jan 18, 2021
1 parent 082ff0e commit 9fdc569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- run: npm install
- run: npm test

- uses: iRoachie/slack-github-actions@v2.2.0
- uses: iRoachie/slack-github-actions@v2.3.0
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
if: always() # Always runs even if one of the builds fails
runs-on: ubuntu-latest
steps:
- uses: iRoachie/slack-github-actions@v2.2.0
- uses: iRoachie/slack-github-actions@v2.3.0
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-github-action",
"version": "2.2.0",
"version": "2.3.0",
"source": "src/index.ts",
"main": "dist/index.js",
"repository": "https://github.com/iRoachie/slack-github-action.git",
Expand Down

0 comments on commit 9fdc569

Please sign in to comment.