Merge pull request #696 from DJ2LS/dependabot/github_actions/develop/softprops/action-gh-release-2

This commit is contained in:
DJ2LS 2024-04-05 20:07:28 +02:00 committed by GitHub
commit e04295fb46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ jobs:
path: ./FreeDATA-Installer.exe
- name: Upload Installer to Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true

View file

@ -114,7 +114,7 @@ jobs:
path: ./modem/server.dist/${{ matrix.zip_name }}.zip
- name: Release Modem
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true