Skip to content

Commit

Permalink
Updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmartincraig committed Sep 24, 2023
1 parent 216a253 commit fe6ef7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:

- name: Run a multi-line script
run: |
curl -O https://download.clojure.org/install/linux-install-1.11.1.1347.sh
chmod +x linux-install-1.11.1.1347.sh
sudo ./linux-install-1.11.1.1347.sh
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh
chmod +x chmod +x linux-install.sh
chmod +x linux-install.sh
npm install
yarn release
Expand Down

0 comments on commit fe6ef7f

Please sign in to comment.