Skip to content

Commit

Permalink
Remove node build from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Jul 6, 2023
1 parent bd790f7 commit d1a9b23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Node build
run: docker run -v ${{ github.workspace }}:/app -w "/app" node:16 make node-build

- name: Set up Go
uses: actions/setup-go@v3

Expand Down

0 comments on commit d1a9b23

Please sign in to comment.