Skip to content

Commit

Permalink
make build-installer requires Go environment to be setup (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Feb 23, 2024
1 parent 4f8753a commit 7ca8428
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
fi
echo "APPWRAPPER_VERSION=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV"
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'

- name: docker login
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 7ca8428

Please sign in to comment.