Skip to content

Commit

Permalink
Update to latest release-bot-action
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Mar 9, 2021
1 parent b746886 commit 8c33d45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/announce-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Announce
uses: ponylang/release-bot-action@0.4.0
uses: ponylang/release-bot-action@0.5.0
with:
step: announce-a-release
git_user_name: "Ponylang Main Bot"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Trigger
uses: ponylang/release-bot-action@0.4.0
uses: ponylang/release-bot-action@0.5.0
with:
step: trigger-release-announcement
git_user_name: "Ponylang Main Bot"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Start
uses: ponylang/release-bot-action@0.4.0
uses: ponylang/release-bot-action@0.5.0
with:
step: start-a-release
git_user_name: "Ponylang Main Bot"
Expand Down

0 comments on commit 8c33d45

Please sign in to comment.