Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
codefuturist committed Oct 16, 2024
1 parent 87c4e3d commit 4312ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 4312ddb

Please sign in to comment.