update workflow
All checks were successful
Build ESLint Config and Release / build-and-release (push) Successful in 3s
All checks were successful
Build ESLint Config and Release / build-and-release (push) Successful in 3s
This commit is contained in:
@@ -23,9 +23,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name "gitea-actions[bot]"
|
git config user.name "gitea-actions[bot]"
|
||||||
git config user.email "gitea-actions[bot]@users.noreply.gitea.com"
|
git config user.email "gitea-actions[bot]@users.noreply.gitea.com"
|
||||||
|
|
||||||
git tag ${{ steps.pkg.outputs.version }}
|
git tag ${{ steps.pkg.outputs.version }}
|
||||||
git push origin --tags
|
git push origin ${{ steps.pkg.outputs.version }}
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user