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 cab5da3 commit a99eff4Copy full SHA for a99eff4
1 file changed
.github/workflows/release.yml
@@ -55,5 +55,9 @@ jobs:
55
package: downgrade
56
version: ${{ needs.release.outputs.version }}
57
publish: ${{ github.ref_name == 'main' }}
58
+
59
+ # can remove after next release
60
+ sed: "s/^md5sums=.*/sha256sums=(x)/"
61
62
env:
63
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
0 commit comments