Skip to content

Commit

Permalink
Fixing the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Nov 1, 2022
1 parent 674216d commit c0e9121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '^1.19.1' # The Go version to download (if necessary) and use.
- name: Cache go-build and mod
uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions docs/release_notes/v0.0.14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Trying to install the right version

0 comments on commit c0e9121

Please sign in to comment.