Skip to content

Commit

Permalink
Merge pull request #263 from BrillouinMicroscopy/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/softprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
raimund-schluessler authored Nov 1, 2024
2 parents 9061696 + d972e37 commit 47b5366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
iscc /Q win_bmicro.iss
- name: Release macOS assets
if: runner.os == 'macOS'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: BMicro ${{ github.ref_name }}
draft: true
Expand All @@ -54,7 +54,7 @@ jobs:
./build-recipes/dist/BMicro_${{ github.ref_name }}_macosx.pkg
- name: Release windows assets
if: runner.os == 'windows'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: BMicro ${{ github.ref_name }}
draft: true
Expand Down

0 comments on commit 47b5366

Please sign in to comment.