Skip to content

Commit

Permalink
Skip: Update softprops/action-gh-release action to v2 (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'renovate/softprops-action-gh-release-2.x' into 'main'
* Skip: Update softprops/action-gh-release action to v2

See merge request https://gitlab.ci.csc.fi/sds-dev/crypt4gh-gui/-/merge_requests/41

Approved-by: Stefan Negru <stefan@blankdots.com>
Co-authored-by: renovate-bot <group183_bot1@noreply.gitlab.ci.csc.fi>
Merged by Stefan Negru <stefan@blankdots.com>
  • Loading branch information
blankdots committed Apr 2, 2024
2 parents 8d49e40 + 725293f commit 9dba19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- name: Create release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
zip --junk-paths ${{ matrix.asset_name }}-python${{ matrix.python-version }}-${{ matrix.os_suffix }}.zip ${{ matrix.artifact_name }}
- name: Upload Release Asset
id: upload-release-asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./dist/${{ matrix.asset_name }}-python${{ matrix.python-version }}-${{ matrix.os_suffix }}.zip
Expand Down

0 comments on commit 9dba19f

Please sign in to comment.