You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,7 @@ jobs:
73
73
id: release
74
74
uses: ncipollo/release-action@v1
75
75
with:
76
-
commit: master
76
+
commit: main
77
77
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.'
0 commit comments