This commit is contained in:
@@ -33,12 +33,12 @@ jobs:
|
||||
run: |
|
||||
git config user.name "gitea-actions[bot]"
|
||||
git config user.email "gitea-actions[bot]@users.noreply.gitea.com"
|
||||
git tag ${{ steps.pkg.outputs.version }}
|
||||
git push origin ${{ steps.pkg.outputs.version }}
|
||||
git tag $VERSION
|
||||
git push --force origin $VERSION
|
||||
|
||||
- name: Create GitHub release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ steps.pkg.outputs.version }}
|
||||
tag_name: ${{ $VERSION }}
|
||||
files: |
|
||||
dist/index.js
|
||||
|
||||
Reference in New Issue
Block a user