Skip to content

Commit 2051484

Browse files
committed
fix(ci): create release tag
1 parent c545410 commit 2051484

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
7373
id: release
7474
uses: ncipollo/release-action@v1
7575
with:
76-
commit: master
76+
commit: main
7777
tag: '${{ env.PDF_VIEWER_RELEASE_TAG }}'
78-
body: 'Please refer to [CHANGELOG.md](https://github.com/toeverything/pdfium-builder/blob/${{ env.PDF_VIEWER_RELEASE_TAG }}/packages/pdf-viewer/CHANGELOG.md) for details.'
7978
token: ${{ secrets.GITHUB_TOKEN }}
8079
continue-on-error: true

0 commit comments

Comments
 (0)