File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments