Skip to content

Commit 97bb13f

Browse files
authored
Merge pull request #7 from Monnify/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents d8f772d + bae85ee commit 97bb13f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: dotnet nuget push "./artifacts/*.nupkg" --api-key "${{ steps.nuget_login.outputs.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
8585

8686
- name: Create GitHub Release
87-
uses: softprops/action-gh-release@v2
87+
uses: softprops/action-gh-release@v3
8888
with:
8989
name: v${{ needs.build-test-pack.outputs.version }}
9090
files: ./artifacts/*.nupkg

0 commit comments

Comments
 (0)