1 parent fdb9936 commit 4f023deCopy full SHA for 4f023de
1 file changed
.github/workflows/release.yml
@@ -16,11 +16,9 @@ jobs:
16
- run: pnpm build
17
18
- name: Release
19
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
20
with:
21
- token: ${{ secrets.GITHUB_TOKEN }}
22
body: |
23
Auto-generated release
24
- prerelease: ${{ contains(github.event.ref, '-beta') }}
25
fail_on_unmatched_files: true
26
files: ./dist-xdc/*.xdc
0 commit comments