Skip to content

Commit

Permalink
chore: prepare for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 5, 2020
1 parent a462e6a commit f767922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git tag --force --annotate --message "Release ${MAJOR_VERSION_TAG}" ${MAJOR_VERSION_TAG}
git push --tags --force origin ${MAJOR_VERSION_TAG}
env:
MAJOR_VERSION_TAG: v1
MAJOR_VERSION_TAG: v2
- uses: softprops/action-gh-release@v1
if: ${{ github.event.inputs.dry-run == '' }}
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ybiquitous/npm-audit-fix-action@v1
- uses: ybiquitous/npm-audit-fix-action@v2
# with:
# github_token: ${{ github.token }}
# branch: "npm-audit-fix-action/fix"
Expand Down

0 comments on commit f767922

Please sign in to comment.