Skip to content

Commit

Permalink
Merge pull request #178 from snow-actions/version-up
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
SnowCait committed Apr 1, 2022
2 parents cba35e1 + d01bcfe commit 6cf3252
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Tweet via GitHub Actions.
```yml
steps:
- name: Tweet
uses: snow-actions/tweet@v1.1.1
uses: snow-actions/tweet@v1.1.2
with:
status: |
Released ${{ github.event.release.name }}
Expand All @@ -36,7 +36,7 @@ steps:
- uses: actions/checkout@v3
- name: Tweet
id: tweet
uses: snow-actions/tweet@v1.1.1
uses: snow-actions/tweet@v1.1.2
env:
CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
CONSUMER_API_SECRET_KEY: ${{ secrets.TWITTER_CONSUMER_API_SECRET_KEY }}
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweet",
"version": "1.0.0",
"version": "1.1.2",
"private": true,
"description": "Tweet action",
"main": "lib/main.js",
Expand Down

0 comments on commit 6cf3252

Please sign in to comment.