Skip to content

Commit

Permalink
v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vmsachin committed May 1, 2024
1 parent 4e0aa3f commit c28569f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'aerospike/php-client'
ref: 'CLIENT-2836-pkg'
ref: 'main'
- name: Build Aerospike connection manager
run: |
git config --global --add safe.directory '*'
Expand All @@ -64,7 +64,7 @@ jobs:

- name: List tags
run: git tag

- name: Get latest tag
id: get_tag
run: echo "::set-output name=tag::$(git describe --tags --abbrev=0 | sed 's/v//')"
Expand Down

0 comments on commit c28569f

Please sign in to comment.