Skip to content

Commit 7117dce

Browse files
authored
Merge pull request #175 from samsmithnz/dependabot/github_actions/actions-a822f8911a
Bump ncipollo/release-action from 1.19.1 to 1.20.0 in the actions group
2 parents 795ed81 + 775d3d9 commit 7117dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo "Version: ${{ needs.build.outputs.Version }}"
8585
echo "CommitsSinceVersionSource: ${{ needs.build.outputs.CommitsSinceVersionSource }}"
8686
- name: Create Release
87-
uses: ncipollo/release-action@v1.19.1
87+
uses: ncipollo/release-action@v1.20.0
8888
if: needs.build.outputs.CommitsSinceVersionSource > 0 #Only create a release if there has been a commit/version change
8989
with:
9090
tag: "v${{ needs.build.outputs.Version }}"

0 commit comments

Comments
 (0)