Skip to content

Commit

Permalink
fix: minor fix on pipeline title and changing version of yarn to stab…
Browse files Browse the repository at this point in the history
…le rather than classic (#17)
  • Loading branch information
wainola authored Sep 25, 2023
1 parent 576b4c5 commit fbb8d88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}

- name: Install yarn
run: yarn set version classic
run: yarn set version stable
if: ${{ steps.release.outputs.releases_created }}

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sdk-manager.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Wallet Manager to NPM
name: Publish SDK Manager to NPM

on:
push:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}

- name: Install yarn
run: yarn set version classic
run: yarn set version stable
if: ${{ steps.release.outputs.releases_created }}

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wallet-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}

- name: Install yarn
run: yarn set version classic
run: yarn set version stable
if: ${{ steps.release.outputs.releases_created }}

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}

- name: Install yarn
run: yarn set version classic
run: yarn set version stable
if: ${{ steps.release.outputs.releases_created }}

- name: Install dependencies
Expand Down

0 comments on commit fbb8d88

Please sign in to comment.