Skip to content

Commit

Permalink
chore(deps): update shogo82148/actions-upload-release-asset action to…
Browse files Browse the repository at this point in the history
… v1.7.0
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent ae50a41 commit f02af0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: dotnet publish --configuration Release --output ./bin --self-contained --runtime ${{ matrix.rid }} -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:DebugType=None -p:PublishTrimmed=false ./src/Microsoft.ComponentDetection

- name: Publish CLI tool
uses: shogo82148/actions-upload-release-asset@953d19cc84d8e8ecf80beec5afef40ca68b7e633 # v1.6.6
uses: shogo82148/actions-upload-release-asset@dbfb35b0d9069ff70bc1f9e47faba33ee30b2681 # v1.7.0
continue-on-error: true
with:
upload_url: ${{ github.event.release.upload_url }}
Expand Down

0 comments on commit f02af0c

Please sign in to comment.