Skip to content

Commit

Permalink
To trigger refactored workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sulhicader committed Feb 12, 2024
1 parent b107aee commit 2d34f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
path: py/tmp/tour/helm/

build-and-publish:
needs: create-bundle
needs: release
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

uses: ./.github/workflows/wave-bundle-docker-build-publish.yaml
with:
build-version: ${{ needs.create-bundle.outputs.build-version }}
build-version: ${{ needs.release.outputs.build-version }}
bundle-artifact: wave-bundle
wave-app-name: tour

0 comments on commit 2d34f67

Please sign in to comment.