Skip to content

Commit

Permalink
ci: fix branch reference for sampleui
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed Jul 10, 2024
1 parent 2d3bc4f commit 78d8bc5
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 @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # master
with:
repository: open-amt-cloud-toolkit/sample-web-ui
ref: $(git describe --tags $(git rev-list --tags --max-count=1))
ref: main
path: ./temp
- run: npm ci
working-directory: ./temp
Expand Down

0 comments on commit 78d8bc5

Please sign in to comment.