Skip to content

Commit

Permalink
Merge pull request #244 from snow-actions/release/v1.4.0
Browse files Browse the repository at this point in the history
v1.4.0
  • Loading branch information
SnowCait committed Dec 20, 2022
2 parents b293b16 + 108d37e commit de8cc15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/released.yml
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Tweet
uses: snow-actions/tweet@v1.3.0
uses: snow-actions/tweet@v1.4.0
with:
status: |
Release ${{ github.event.release.name }} · ${{ github.repository }}
Expand Down
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.3.0
uses: snow-actions/tweet@v1.4.0
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.3.0
uses: snow-actions/tweet@v1.4.0
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.3.0
uses: snow-actions/tweet@v1.4.0
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.3.0",
"version": "1.4.0",
"private": true,
"description": "Tweet action",
"main": "lib/main.js",
Expand Down

0 comments on commit de8cc15

Please sign in to comment.