Merge pull request #1788 from RoboSats/dependabot/github_actions/ncipollo/release-action-1.16.0

chore(deps): bump ncipollo/release-action from 1.13.0 to 1.16.0
This commit is contained in:
KoalaSat
2025-03-11 08:54:03 +00:00
committed by GitHub

View File

@ -135,7 +135,7 @@ jobs:
- name: 'Create Pre-release' - name: 'Create Pre-release'
id: create_release id: create_release
if: inputs.semver == '' # only if this workflow is not called from a push to tag (a Release) if: inputs.semver == '' # only if this workflow is not called from a push to tag (a Release)
uses: ncipollo/release-action@v1.13.0 uses: ncipollo/release-action@v1.16.0
with: with:
tag: android-${{ steps.commit.outputs.short }} tag: android-${{ steps.commit.outputs.short }}
name: robosats-android-${{ steps.commit.outputs.short }} name: robosats-android-${{ steps.commit.outputs.short }}