Skip to content

Commit

Permalink
Merge pull request #207 from snow-actions/release/v1.2.1
Browse files Browse the repository at this point in the history
v1.2.1
  • Loading branch information
SnowCait committed Aug 11, 2022
2 parents 6f93326 + 3eb64a1 commit 738c313
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,7 +17,7 @@ Tweet via GitHub Actions.
```yml
steps:
- name: Tweet
uses: snow-actions/tweet@v1.2.0
uses: snow-actions/tweet@v1.2.1
with:
status: |
Released ${{ github.event.release.name }}
Expand All @@ -41,7 +41,7 @@ steps:
- uses: actions/checkout@v3
- name: Tweet summary
id: summary
uses: snow-actions/tweet@v1.2.0
uses: snow-actions/tweet@v1.2.1
with:
status: |
Released ${{ github.event.release.name }}
Expand All @@ -50,7 +50,7 @@ steps:
1st.png
2nd.png
- name: Tweet details
uses: snow-actions/tweet@v1.2.0
uses: snow-actions/tweet@v1.2.1
with:
status: |
Additional information
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tweet",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"description": "Tweet action",
"main": "lib/main.js",
Expand Down

0 comments on commit 738c313

Please sign in to comment.