Skip to content

Commit

Permalink
Flipper Release: v0.127.14
Browse files Browse the repository at this point in the history
attempt to test NPM release CI
  • Loading branch information
mweststrate committed Jan 4, 2022
1 parent 0581a83 commit c7cc4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
max_attempts: 3
command: cd ${{env.desktop-directory}} && yarn
- name: Build
command: cd ${{env.desktop-directory}} && yarn build:flipper-server
run: cd ${{env.desktop-directory}} && yarn build:flipper-server
- name: Upload flipper-server
uses: actions/upload-artifact@v1
with:
Expand Down Expand Up @@ -243,4 +243,4 @@ jobs:

steps:
- name: Publish Workflow Dispatch
run: echo 'stub'
run: echo "stubbed"

0 comments on commit c7cc4e6

Please sign in to comment.