Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jan 14, 2021
1 parent d529543 commit d37808d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
run: sudo apt install -y --no-install-recommends pandoc gettext

- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: ${{ env.go-version }}

- name: Build docs
run: |
go install github.com/nyaruka/goflow/cmd/docgen
$GOPATH/bin/docgen
docgen
tar -zcf docs.tar.gz docs
- name: Create release
Expand Down

0 comments on commit d37808d

Please sign in to comment.