Skip to content

Commit

Permalink
bump softprops/action-gh-release@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed May 22, 2024
1 parent c021b79 commit 3c579af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
name: releases-${{ matrix.tag }}-${{ github.sha }}
path: ./${{ steps.filename.outputs.FILENAME }}
- name: Add archive to release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
files: ./${{ steps.filename.outputs.FILENAME }}

0 comments on commit 3c579af

Please sign in to comment.