Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Fix git ref for pulling epinio/ui code
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jul 3, 2023
1 parent a9c64b0 commit d8fd3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: epinio/ui
ref: main
ref: ${{ steps.get_tag.outputs.TAG }}
submodules: recursive
fetch-depth: 0
path: epinio-ui
Expand Down

0 comments on commit d8fd3bb

Please sign in to comment.