This commit is contained in:
@@ -33,12 +33,12 @@ 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 $VERSION
|
||||||
git push origin ${{ steps.pkg.outputs.version }}
|
git push --force origin $VERSION
|
||||||
|
|
||||||
- name: Create GitHub release
|
- name: Create GitHub release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.pkg.outputs.version }}
|
tag_name: ${{ $VERSION }}
|
||||||
files: |
|
files: |
|
||||||
dist/index.js
|
dist/index.js
|
||||||
|
|||||||
Reference in New Issue
Block a user