diff --git a/.github/workflows/release-2.yaml b/.github/workflows/release-2.yaml index 56e0370..6a142f8 100644 --- a/.github/workflows/release-2.yaml +++ b/.github/workflows/release-2.yaml @@ -25,4 +25,4 @@ jobs: lfs: true - run: | - gh release create $(git describe --tags) $($(git describe --tags) | sed 's|release/||; s/@/-/g' | awk '{print $0".tgz"}') --title "$(git describe --tags)" --notes "Automated release notes." + gh release create $(git describe --tags) $(git describe --tags | sed 's|release/||; s/@/-/g' | awk '{print $0".tgz"}') --title "$(git describe --tags)" --notes "Automated release notes."