Skip to content

Commit 4d1129e

Browse files
authored
Merge pull request #560 from ShaftHQ/dependabot/github_actions/ncipollo/release-action-1.16.0
Bump ncipollo/release-action from 1.15.0 to 1.16.0
2 parents 3003225 + dd467fd commit 4d1129e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mavenCentral_cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Attempt to create a GitHub release using the version in the pom.xml, if this release already exists, this job will fail fast
4242
- name: Create GitHub Release
4343
id: create_release
44-
uses: ncipollo/release-action@v1.15.0
44+
uses: ncipollo/release-action@v1.16.0
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
with:

0 commit comments

Comments
 (0)