We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce156f3 commit 714a956Copy full SHA for 714a956
1 file changed
.github/workflows/build.yml
@@ -124,11 +124,10 @@ jobs:
124
name: quicklook-plugin
125
126
- name: Publish release
127
- # see https://github.com/pyTooling/Actions/tree/main/releaser
128
- uses: pyTooling/Actions/releaser@main
+ uses: softprops/action-gh-release@v2
129
with:
130
- tag: ${{ github.ref_name }}
131
- rm: true
132
- token: ${{ secrets.GITHUB_TOKEN }}
133
files: QuickLook.Plugin.WebViewPlus.qlplugin
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
134
0 commit comments