Skip to content

Commit

Permalink
chore(release): prepare for v3 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 5, 2021
1 parent 50e55a3 commit 1099d7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ybiquitous/npm-audit-fix-action@v2
- uses: ybiquitous/npm-audit-fix-action@v3
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- run: echo ::set-output name=tag::$(git describe --abbrev=0)
id: get_tag
- run: git push --follow-tags
- run: git tag --force --annotate --message 'Release v2' v2
- run: git push --tags --force origin v2
- run: git tag --force --annotate --message 'Release v3' v3
- run: git push --tags --force origin v3
- run: gh release create '${{ steps.get_tag.outputs.tag }}' --notes 'See the [changelog](https://github.com/${{ github.repository }}/blob/${{ steps.get_tag.outputs.tag }}/CHANGELOG.md) for more details.'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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@v2
- uses: ybiquitous/npm-audit-fix-action@v3
# with:
# github_token: ${{ github.token }}
# branch: "npm-audit-fix-action/fix"
Expand Down

0 comments on commit 1099d7e

Please sign in to comment.