Skip to content

Commit

Permalink
Merge pull request #1 from swimmio/remove_chmod
Browse files Browse the repository at this point in the history
remove chmod
  • Loading branch information
idoganzer authored Mar 1, 2021
2 parents b59e757 + 9a03940 commit 7d1f06d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ runs:
- name: download Swimm
shell: bash
run: curl -s https://api.github.com/repos/swimmio/SwimmReleases/releases/latest | grep 'browser_download_url.*swimm-cli' | cut -d '"' -f 4 | wget -O swimm_cli -qi -
- name: Chmod swimm
shell: bash
run: chmod +x swimm_cli
- name: swimm version
shell: bash
run: node swimm_cli --version
Expand Down

0 comments on commit 7d1f06d

Please sign in to comment.