mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 01:03:20 +00:00
Merge pull request #2039 from RoboSats/dependabot/github_actions/ncipollo/release-action-1.18.0
chore(deps): bump ncipollo/release-action from 1.16.0 to 1.18.0
This commit is contained in:
2
.github/workflows/android-build.yml
vendored
2
.github/workflows/android-build.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
- name: 'Create Pre-release'
|
||||
id: create_release
|
||||
if: inputs.semver == '' # only if this workflow is not called from a push to tag (a Release)
|
||||
uses: ncipollo/release-action@v1.16.0
|
||||
uses: ncipollo/release-action@v1.18.0
|
||||
with:
|
||||
tag: android-${{ steps.commit.outputs.short }}
|
||||
name: robosats-android-${{ steps.commit.outputs.short }}
|
||||
|
Reference in New Issue
Block a user