diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bf853b..eb22de6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: run: python -m build --wheel --outdir dist/ - name: Create GitHub release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: name: "anolis-protocol ${{ steps.version.outputs.version }}" body: "Release anolis-protocol ${{ steps.version.outputs.version }} source artifacts." @@ -121,6 +121,6 @@ jobs: path: metrics-out/ - name: Upload metrics.json to release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: files: metrics-out/metrics.json