-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #249 from InjectiveLabs/chore/yaml-update-for-ibc-…
…script chore: update yml files for ibc tokens script
- Loading branch information
Showing
4 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,11 @@ jobs: | |
- name: 'Setup [email protected]' | ||
run: yarn global add [email protected] --ignore-engines | ||
|
||
- name: Set up Git user | ||
run: | | ||
git config user.name "${{ github.actor }}" | ||
git config user.email "${{ github.actor }}@users.noreply.github.com" | ||
- name: Build dependencies | ||
run: | | ||
node etc/bootstrapEnv | ||
|
@@ -35,13 +40,14 @@ jobs: | |
env: | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
|
||
- name: 'Commit ibcTokenMetadata.json if changed' | ||
run: | | ||
git diff --exit-code -- packages/sdk-ui-ts/src/services/ibc/ibcTokenMetadata.json || (git add packages/sdk-ui-ts/src/services/ibc/ibcTokenMetadata.json && git commit -m "Automatically update ibcTokenMetadata.json") | ||
- name: Version and publish | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
run: | | ||
git config user.name "${{ github.actor }}" | ||
git config user.email "${{ github.actor}}@users.noreply.github.com" | ||
lerna version prerelease --preid dev --force-git-tag --no-changelog --yes | ||
lerna publish from-git --force-git-tag --dist-tag dev --yes --summary-file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,11 @@ jobs: | |
- name: 'Setup [email protected]' | ||
run: yarn global add [email protected] --ignore-engines | ||
|
||
- name: Set up Git user | ||
run: | | ||
git config user.name "${{ github.actor }}" | ||
git config user.email "${{ github.actor }}@users.noreply.github.com" | ||
- name: Build dependencies | ||
run: | | ||
node etc/bootstrapEnv | ||
|
@@ -35,13 +40,14 @@ jobs: | |
env: | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
|
||
- name: 'Commit ibcTokenMetadata.json if changed' | ||
run: | | ||
git diff --exit-code -- packages/sdk-ui-ts/src/services/ibc/ibcTokenMetadata.json || (git add packages/sdk-ui-ts/src/services/ibc/ibcTokenMetadata.json && git commit -m "Automatically update ibcTokenMetadata.json") | ||
- name: Version and publish | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
run: | | ||
git config user.name "${{ github.actor }}" | ||
git config user.email "${{ github.actor}}@users.noreply.github.com" | ||
lerna version prerelease --preid beta --force-git-tag --no-changelog --yes | ||
lerna publish from-git --force-git-tag --dist-tag next --yes --summary-file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,11 @@ jobs: | |
- name: 'Setup [email protected]' | ||
run: yarn global add [email protected] --ignore-engines | ||
|
||
- name: Set up Git user | ||
run: | | ||
git config user.name "${{ github.actor }}" | ||
git config user.email "${{ github.actor }}@users.noreply.github.com" | ||
- name: Build dependencies | ||
run: | | ||
node etc/bootstrapEnv | ||
|
@@ -35,13 +40,14 @@ jobs: | |
env: | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
|
||
- name: 'Commit ibcTokenMetadata.json if changed' | ||
run: | | ||
git diff --exit-code -- packages/sdk-ui-ts/src/services/ibc/ibcTokenMetadata.json || (git add packages/sdk-ui-ts/src/services/ibc/ibcTokenMetadata.json && git commit -m "Automatically update ibcTokenMetadata.json") | ||
- name: Version and publish | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
run: | | ||
git config user.name "${{ github.actor }}" | ||
git config user.email "${{ github.actor}}@users.noreply.github.com" | ||
lerna version patch --conventional-commits --conventional-graduate --force-git-tag --yes | ||
lerna publish from-git --force-git-tag --dist-tag latest --yes --summary-file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters