Skip to content

Commit ca718a0

Browse files
Change release action
1 parent d412a18 commit ca718a0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/package.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ jobs:
7878
github_token: ${{ secrets.GITHUB_TOKEN }}
7979
branch: ${{ github.ref }}
8080

81-
# - name: Release
82-
# uses: softprops/action-gh-release@v1
83-
# env:
84-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81+
- name: Release
82+
uses: ncipollo/release-action@v1
83+
with:
84+
token: ${{ secrets.GITHUB_TOKEN }}
85+
tag: ${{ env.PACKAGEVERSION }}
86+

0 commit comments

Comments
 (0)