Skip to content

Commit 721b39b

Browse files
committed
correct running order
1 parent 6a1df9c commit 721b39b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
- name: Install goreleaser
2222
run: |
2323
go install github.com/goreleaser/goreleaser/v2@latest
24-
25-
- name: Run goreleaser build
26-
run: |
27-
goreleaser build --clean
2824
which goreleaser
2925
3026
- name: Cache installed binary
@@ -33,6 +29,10 @@ jobs:
3329
path: /home/runner/go/bin
3430
key: ${{ runner.os }}-goreleaser
3531

32+
- name: Run goreleaser build
33+
run: |
34+
goreleaser build --clean
35+
3636
- name: Publish to npm
3737
run: |
3838
chmod +x ./packages/publish_npm.sh

0 commit comments

Comments
 (0)