Skip to content

Commit

Permalink
updated dist file for 0e43098
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 18, 2020
1 parent 0e43098 commit 6dda537
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
node-version:
- 12
steps:
- uses: phish108/[email protected].30
- uses: phish108/[email protected].31
with:
github-token: ${{ secrets.GITHUB_TOKEN}}
```
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- run: npm test
env:
CI: "true"
- uses: phish108/[email protected].30
- uses: phish108/[email protected].31
with:
github-token: ${{ secrets.GITHUB_TOKEN}}
with-v: "true"
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- uses: phish108/[email protected].30
- uses: phish108/[email protected].31
id: tagger
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -218,7 +218,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: phish108/[email protected].30
- uses: phish108/[email protected].31
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
branch: master
Expand Down
2 changes: 1 addition & 1 deletion 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": "autotag",
"version": "1.1.30",
"version": "1.1.31",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 6dda537

Please sign in to comment.