We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e562351 commit a2f48d2Copy full SHA for a2f48d2
.github/workflows/release-bins.yml
@@ -113,7 +113,7 @@ jobs:
113
subject-path: artifacts/**/openzeppelin-monitor*.tar.gz
114
github-token: ${{ steps.gh-app-token.outputs.token }}
115
- name: Update released binaries artifacts
116
- uses: softprops/action-gh-release@ab50eebb6488051c6788d97fa95232267c6a4e23 # main
+ uses: softprops/action-gh-release@97d42c1b50f585f357413698aa1b779307aa0d52 # main
117
with:
118
tag_name: ${{ env.TAG }}
119
files: artifacts/**/openzeppelin-monitor*.tar.gz
0 commit comments