Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 15, 2021
1 parent 0c44941 commit cfa5648
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/release-choco.yml
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- uses: nick-invision/retry@v2
with:
timeout_minutes: 15
max_attempts: 3
command: yarn lerna bootstrap
# - uses: nick-invision/retry@v2
# with:
# timeout_minutes: 15
# max_attempts: 3
# command: yarn lerna bootstrap
- name: Build/release Electron app
uses: CryogenicPlanet/action-electron-builder@v2 # Using CryogenicPlanet until the main action adds skip_install
with:
Expand All @@ -35,8 +35,12 @@ jobs:
uses: crazy-max/ghaction-chocolatey@v1.6.0
with:
args: pack chocolatey\altair-graphql.nuspec
- run: dir
- name: chocolatey ...
uses: crazy-max/ghaction-chocolatey@v1.6.0
with:
args: install chocolatey\altair-graphql.4.0.11.nupkg
- name: chocolatey push
uses: crazy-max/ghaction-chocolatey@v1.6.0
with:
args: push chocolatey\*.nupkg

args: push altair-graphql.4.0.11.nupkg

0 comments on commit cfa5648

Please sign in to comment.