Skip to content

Commit

Permalink
goreleaser: -rm-dist has been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousm4x committed Feb 1, 2023
1 parent 482a988 commit 27b1a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build frontend
run: |
npm --prefix=./frontend i
UPSNAP_VERSION=${GITHUB_REF##*/} npm --prefix=./frontend run build
UPSNAP_VERSION=${GITHUB_REF##*/} npm --prefix=./frontend run build
cp -r ./frontend/build/* ./backend/pb_public/
# setup go
Expand All @@ -41,7 +41,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
workdir: backend
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 27b1a10

Please sign in to comment.