Skip to content

Commit c8ff271

Browse files
authored
fix(ci): rm ui build step (#861)
since it is no longer needed to be a part of this process and modifies the source code. also make sure we have the latest dev ui dist in the source code.
1 parent d469b10 commit c8ff271

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,12 @@ jobs:
3131
path: ${{ env.working-directory }}
3232
fetch-depth: 0
3333

34-
- name: Build UI
35-
working-directory: ${{ env.working-directory }}
36-
run: make ui
37-
3834
- name: Snapcraft Login
3935
env:
4036
SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }}
4137
run: |
4238
snapcraft login --with <(echo "$SNAPCRAFT_LOGIN")
39+
4340
- name: Run GoReleaser
4441
uses: goreleaser/goreleaser-action@v2
4542
with:

starport/ui/dist-go/statik/statik.go

Lines changed: 5 additions & 3 deletions
Large diffs are not rendered by default.

starport/ui/package-lock.json

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)