Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626adb3 commit 730ce04Copy full SHA for 730ce04
.github/workflows/build-app-wxpython.yml
@@ -75,20 +75,13 @@ jobs:
75
with:
76
name: OCLP-R-Uninstaller.pkg
77
path: ./dist/OCLP-R-Uninstaller.pkg
78
- - name: Delete previous pre-release
79
- if: github.event_name == 'push'
80
- uses: dev-drprasad/[email protected]
81
- with:
82
- keep_latest: 0
83
- delete_prerelease_only: true
84
- env:
85
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
86
- name: Create Pre-Release on Push
87
if: github.event_name == 'push'
88
uses: softprops/action-gh-release@v2
89
90
tag_name: 3.0.2
91
- name: 3.0.1 Tahoe Test
+ name: 3.0.2 Tahoe Test
92
body: ${{ github.event.head_commit.message }}
93
prerelease: true
94
files: |
0 commit comments