Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 20, 2018
1 parent 6fbd775 commit 58e240b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

v0.4.0 / 2018-12-20
===================

* aws/sam: add action

v0.3.2 / 2018-12-20
===================

Expand Down
4 changes: 2 additions & 2 deletions aws/sam/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ action "Build" {
action "Build Notification" {
needs = "Build"
uses = "apex/actions/slack@v0.3.2"
uses = "apex/actions/slack@master"
secrets = ["SLACK_WEBHOOK_URL"]
}
Expand All @@ -48,7 +48,7 @@ action "Deploy" {
action "Deploy Notification" {
needs = "Deploy"
uses = "apex/actions/slack@v0.3.2"
uses = "apex/actions/slack@master"
}
```

Expand Down

0 comments on commit 58e240b

Please sign in to comment.