Skip to content

Commit

Permalink
build: fix publish (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Jul 13, 2020
1 parent eee26c0 commit 175972b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12'
check-latest: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -261,7 +260,7 @@ jobs:
# publish only on release
publish:
name: Publish to Dockerhub (on release only)
name: Publish (on release only)
needs: [
api-unit-tests,
api-e2e-tests,
Expand Down Expand Up @@ -290,10 +289,9 @@ jobs:
with:
python-version: 3.8
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: '12'
check-latest: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 175972b

Please sign in to comment.