Skip to content

Commit

Permalink
Debug the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zymap committed Jun 12, 2024
1 parent 2be7051 commit 14dfa51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-by-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:

- uses: robinraju/[email protected]
with:
tag: v${{ inputs.version }}
tag: v3.0.5.3
fileName: '*'

- name: build and push docker image
uses: nick-fields/retry@v2
env:
PULSAR_VERSION: ${{ inputs.version }}
CONNECTOR_VERSION: ${{ inputs.version }}
PULSAR_VERSION: 3.0.5.3
CONNECTOR_VERSION: 3.0.5.3
with:
max_attempts: 99
retry_wait_seconds: 60
Expand Down

0 comments on commit 14dfa51

Please sign in to comment.