Skip to content

Commit

Permalink
Merge pull request #223 from snow-actions/release/v1.2.2
Browse files Browse the repository at this point in the history
v1.2.2
  • Loading branch information
SnowCait committed Aug 12, 2022
2 parents b52d5db + e889212 commit 2f4a27f
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 @@ -15,7 +15,7 @@ Tweet via GitHub Actions.
```yml
steps:
- name: Tweet
uses: snow-actions/tweet@v1.2.1
uses: snow-actions/tweet@v1.2.2
with:
status: |
Released ${{ github.event.release.name }}
Expand All @@ -39,7 +39,7 @@ steps:
- uses: actions/checkout@v3
- name: Tweet summary
id: summary
uses: snow-actions/tweet@v1.2.1
uses: snow-actions/tweet@v1.2.2
with:
status: |
Released ${{ github.event.release.name }}
Expand All @@ -48,7 +48,7 @@ steps:
1st.png
2nd.png
- name: Tweet details
uses: snow-actions/tweet@v1.2.1
uses: snow-actions/tweet@v1.2.2
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.1",
"version": "1.2.2",
"private": true,
"description": "Tweet action",
"main": "lib/main.js",
Expand Down

0 comments on commit 2f4a27f

Please sign in to comment.