Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 71ad6ed

Browse files
authored
Fix actions and jobs names in gh actions (#24)
1 parent 3801a72 commit 71ad6ed

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish Pyth SDK to crates.io
1+
name: Build Pyth JS packages
22

33
on:
44
pull_request:
55
push:
66
branches: [main]
77
jobs:
8-
publish-pyth-common-js:
9-
name: Publish Pyth Common JS
8+
build-pyth-common-js:
9+
name: Build Pyth Common JS
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
@@ -21,8 +21,8 @@ jobs:
2121
working-directory: "pyth-common-js"
2222
- run: npm run build
2323
working-directory: "pyth-common-js"
24-
publish-pyth-evm-js:
25-
name: Publish Pyth EVM JS
24+
build-pyth-evm-js:
25+
name: Build Pyth EVM JS
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
@@ -44,8 +44,8 @@ jobs:
4444
working-directory: "pyth-evm-js"
4545
- run: npm run build
4646
working-directory: "pyth-evm-js"
47-
publish-pyth-terra-js:
48-
name: Publish Pyth Common JS
47+
build-pyth-terra-js:
48+
name: Build Pyth Common JS
4949
runs-on: ubuntu-latest
5050
strategy:
5151
matrix:

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Pyth SDK to crates.io
1+
name: Publish Pyth JS packages
22

33
on:
44
release:

0 commit comments

Comments
 (0)