Skip to content

Commit

Permalink
ci(SPV-1333): fix failing dockerization during release
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski committed Dec 20, 2024
1 parent 9eae6e2 commit a869f99
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,12 @@ jobs:

- name: Build
run: yarn build
env:
# FIXME: prevents failing build when there are warnings from linter, temporary solution until linter is ok
CI: false

- name: Upload
uses: actions/upload-artifact@v4
with:
name: build
path: build/**
name: spv-wallet-admin
path: dist/**

- name: Check if release exists
run: |
Expand All @@ -142,14 +139,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: "Prepare working directories"
run: |
mkdir -p dist

- name: Download
uses: actions/download-artifact@v4
with:
name: build
path: build
name: spv-wallet-admin
path: dist

- name: Resolve docker configuration
id: resolve-docker
Expand Down

0 comments on commit a869f99

Please sign in to comment.