Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed May 31, 2024
1 parent 94d3c1c commit f0bc3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
export KOTS_TAG=$(gh release view --repo replicatedhq/kots --json tagName -q .tagName)
make build
echo "chart-path=${{ github.workspace }}/admin-console-${{ env.KOTS_TAG#v }}.tgz" >> "$GITHUB_OUTPUT"
echo "chart-path=${{ github.workspace }}/admin-console-${KOTS_TAG#v}.tgz" >> "$GITHUB_OUTPUT"
e2e:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f0bc3bd

Please sign in to comment.