Skip to content

Commit

Permalink
Add missing shellspec for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Apr 12, 2021
1 parent b0ad39a commit ad45299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- uses: actions/checkout@v2
- run: brew upgrade
- run: brew install shfmt shellcheck
- name: Install shellspec
run: |
echo "${HOME}/.local/bin" >> "$GITHUB_PATH"
curl -fsSL https://git.io/shellspec | sh -s master -y
- name: Make dist archive
run: make dist
- name: Create release
Expand Down

0 comments on commit ad45299

Please sign in to comment.