Skip to content

Commit

Permalink
chore: update actions and package name
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
sairanjit committed Jan 10, 2024
1 parent b7c53d6 commit 5599fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Check types
run: pnpm check-types

- name: Test
run: pnpm test
# - name: Test
# run: pnpm test

continuous-deployment:
if: github.event_name == 'workflow_dispatch'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "polygon-schema-manager",
"name": "@ayanworks/polygon-schema-manager",
"version": "1.0.0",
"description": "Polygon schema manager",
"main": "build/index.js",
Expand Down

0 comments on commit 5599fe1

Please sign in to comment.