Skip to content

Commit

Permalink
Prep for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 13, 2020
1 parent 3353b2e commit cc9b0a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Start
uses: ponylang/release-bot-action@0.2.2
uses: ponylang/release-bot-action@0.3.0
with:
step: start-a-release
git_user_name: "Ponylang Main Bot"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Trigger
uses: ponylang/release-bot-action@0.2.2
uses: ponylang/release-bot-action@0.3.0
with:
step: trigger-release-announcement
git_user_name: "Ponylang Main Bot"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Announce
uses: ponylang/release-bot-action@0.2.2
uses: ponylang/release-bot-action@0.3.0
with:
step: announce-a-release
git_user_name: "Ponylang Main Bot"
Expand Down

0 comments on commit cc9b0a1

Please sign in to comment.