Skip to content

Commit

Permalink
ci: update auto release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer authored Oct 13, 2022
1 parent fbff3bd commit 5215b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
id: changelog
uses: TriPSs/conventional-changelog-action@v3.15.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.AUTO_RELEASE_TOKEN }}
version-file: './package.json,./package-lock.json'

- name: Create Release
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AUTO_RELEASE_TOKEN }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
Expand Down

1 comment on commit 5215b5e

@vercel
Copy link

@vercel vercel bot commented on 5215b5e Oct 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.