diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index a5ece09..7f158b3 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -24,7 +24,7 @@ jobs: mkdir -p dist cp -r build synapse-admin-$version tar chvzf dist/synapse-admin-$version.tar.gz synapse-admin-$version - - uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 + - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 with: files: dist/*.tar.gz env: