Skip to content

Commit 714a956

Browse files
authored
Update release action in build workflow
1 parent ce156f3 commit 714a956

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,10 @@ jobs:
124124
name: quicklook-plugin
125125

126126
- name: Publish release
127-
# see https://github.com/pyTooling/Actions/tree/main/releaser
128-
uses: pyTooling/Actions/releaser@main
127+
uses: softprops/action-gh-release@v2
129128
with:
130-
tag: ${{ github.ref_name }}
131-
rm: true
132-
token: ${{ secrets.GITHUB_TOKEN }}
133129
files: QuickLook.Plugin.WebViewPlus.qlplugin
130+
env:
131+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132+
134133

0 commit comments

Comments
 (0)