Skip to content

Commit

Permalink
chore: improve release
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Aug 27, 2021
1 parent c7a43d5 commit f91bf0f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cache dependencies
uses: actions/cache@v2
with:
path: ~/.npm
key: npm-${{ hashFiles('assets/package-lock.json') }}
restore-keys: npm-
- name: npm build dist
run: |
cd assets
npm ci --ignore-scripts
npm run build
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit f91bf0f

Please sign in to comment.