Skip to content

Commit 65effbd

Browse files
authored
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
2 parents e479d7b + a472e39 commit 65effbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-build.yml

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

0 commit comments

Comments
 (0)