# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
pull/4062/head
Simon Jackson 1 month ago
commit 978c57b60c

@ -74,6 +74,7 @@ jobs:
- name: Create GitHub Release - name: Create GitHub Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
prerelease: false
make_latest: false make_latest: false
body: | body: |
## RDP Wrapper DLL ${{ github.ref_name }} ## RDP Wrapper DLL ${{ github.ref_name }}

@ -122,6 +122,7 @@ jobs:
with: with:
tag_name: "ini-${{ steps.meta.outputs.date }}" tag_name: "ini-${{ steps.meta.outputs.date }}"
name: "INI Update ${{ steps.meta.outputs.date }}" name: "INI Update ${{ steps.meta.outputs.date }}"
prerelease: false
make_latest: true make_latest: true
body: | body: |
## RDP Wrapper — Automated INI Release ## RDP Wrapper — Automated INI Release

Loading…
Cancel
Save