update workflow
All checks were successful
Build ESLint Config and Release / build-and-release (push) Successful in 9s
All checks were successful
Build ESLint Config and Release / build-and-release (push) Successful in 9s
This commit is contained in:
@@ -49,8 +49,7 @@ jobs:
|
|||||||
git push --force origin ${{ steps.pkg.outputs.version }}
|
git push --force origin ${{ steps.pkg.outputs.version }}
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.pkg.outputs.version }}
|
tag_name: ${{ steps.pkg.outputs.version }}
|
||||||
files: index.js
|
files: /dist/index.js
|
||||||
overwrite: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user