Skip to content

Commit 4f023de

Browse files
committed
update release workflow
1 parent fdb9936 commit 4f023de

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ jobs:
1616
- run: pnpm build
1717

1818
- name: Release
19-
uses: softprops/action-gh-release@v1
19+
uses: softprops/action-gh-release@v2
2020
with:
21-
token: ${{ secrets.GITHUB_TOKEN }}
2221
body: |
2322
Auto-generated release
24-
prerelease: ${{ contains(github.event.ref, '-beta') }}
2523
fail_on_unmatched_files: true
2624
files: ./dist-xdc/*.xdc

0 commit comments

Comments
 (0)