Skip to content

Commit

Permalink
Test with empty ref
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Sep 22, 2023
1 parent db4c359 commit 02093bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
name: Prepare ref
runs-on: ubuntu-latest
outputs:
# ref: ${{ github.event_name != 'workflow_run' && github.ref || steps.releaser.outputs.version }}
ref: 'v0.5.0'
ref: ${{ github.event_name != 'workflow_run' && github.ref || steps.releaser.outputs.version }}
# ref: 'v0.5.0'
steps:
- name: Get Ref from releaser
id: releaser
Expand Down

0 comments on commit 02093bf

Please sign in to comment.