Skip to content

Commit

Permalink
what about this
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 8, 2023
1 parent a582416 commit 1821392
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down Expand Up @@ -50,4 +53,8 @@ jobs:
run: npm run util:changelog:commit && npm run util:version:reversion

- name: Push Changelogs
run: git push && git push --tags
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
tags: true

0 comments on commit 1821392

Please sign in to comment.