Skip to content

Commit

Permalink
Merge pull request #102 from Lombiq/issue/VSIX-54
Browse files Browse the repository at this point in the history
VSIX-54: Updating ncipollo/release-action to latest to get rid of set-output deprecation warnings
  • Loading branch information
Piedone authored Nov 16, 2022
2 parents f9d9963 + a2167a6 commit c97e72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/publish-nuget/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ runs:

# This is not in its own action because it's all very specific to this NuGet publishing.
- name: Create Release
# v1.10.0
uses: ncipollo/release-action@58ae73b360456532aafd58ee170c045abbeaee37
# v1.11.2
uses: ncipollo/release-action@18eadf9c9b0f226f47f164f5373c6a44f0aae169
# This is to prevent creating releases when pushing tags for issue-specific pre-releases like
# v4.3.1-alpha.osoe-86.
if: "!contains(steps.setup.outputs.publish-version, '-')"
Expand Down

0 comments on commit c97e72d

Please sign in to comment.