fix: Fixes release workflow (#1077)

This commit is contained in:
Kamron Batman 2022-06-17 23:54:33 -07:00 committed by GitHub
parent 35689a395b
commit 7a7637d2b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,11 @@ jobs:
git checkout ${{ steps.last_release.outputs.release }}
git tag -fa v0.1.0 -m "Fake release"
git checkout -
git push --follow-tags
- name: Push git changes
uses: ad-m/github-push-action@master
with:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
tags: true
- name: Conventional Changelog
id: changelog
uses: TriPSs/conventional-changelog-action@v3
@ -56,7 +60,7 @@ jobs:
delete_release: true
tag_name: v0.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
- name: Create Release
id: create_release
uses: actions/create-release@v1