Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 15, 2024
2 parents 84931d1 + a7210bb commit dc30912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: develop
ref: master

- name: Build images with Accumulo 2 dependency
run: ./cd/build_images.sh ./docker/accumulo2.env
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: develop
ref: master

- name: Install dependencies
run: ./cd/install_dependencies.sh
Expand All @@ -160,7 +160,7 @@ jobs:
- name: Upload Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ steps.release-version.outputs.release_version }} ${{ env.ASSET_FILENAME }}
run: gh release upload ${{ needs.release-version.outputs.release_version }} ${{ env.ASSET_FILENAME }}

update-helm-repo:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dc30912

Please sign in to comment.