Skip to content

Commit

Permalink
try to fix pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jul 2, 2024
1 parent d679c04 commit 20d8e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: "Git checkout"
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Install Homebrew"
run: /bin/bash -c "NONINTERACTIVE=1 $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: "Install Dependencies"
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module asvec

go 1.21.7


require (
github.com/aerospike/avs-client-go v0.0.0-20240702180233-787c93a41b05
github.com/aerospike/tools-common-go v0.0.0-20240701164814-36eec593d9c6
Expand Down

0 comments on commit 20d8e77

Please sign in to comment.