Skip to content

Commit 602e24e

Browse files
committed
dont publish clojure.rb - this is built in the homebrew-tools repo
1 parent 42cbbf4 commit 602e24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
git push --tags
5656
git push
5757
- name: Upload to github release
58-
run: gh release create "$VERSION" -p -t "$VERSION" "target/clojure.rb" "target/clojure@$VERSION.rb" "target/clojure-tools-$VERSION.tar.gz" "target/clojure-tools-$VERSION.tar.gz.sha" "target/linux-install.sh" "target/posix-install.sh" "target/clojure-tools.zip" "target/win-install.ps1" "target/clojure-tools.zip.sha"
58+
run: gh release create "$VERSION" -p -t "$VERSION" "target/clojure@$VERSION.rb" "target/clojure-tools-$VERSION.tar.gz" "target/clojure-tools-$VERSION.tar.gz.sha" "target/linux-install.sh" "target/posix-install.sh" "target/clojure-tools.zip" "target/win-install.ps1" "target/clojure-tools.zip.sha"
5959
env:
6060
GH_TOKEN: ${{secrets.GH_TOKEN}}
6161
- name: Publish versioned brew recipe to tap

0 commit comments

Comments
 (0)