Skip to content

Commit

Permalink
tag proper and scope the pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenali committed Jan 16, 2024
1 parent 9fcacb4 commit e473701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- run: git config --global user.email "[email protected]" && git config --global user.name "$GITHUB_ACTOR"
- run: yarn version patch
- run: echo "NEW_TAG=$(jq .version <package.json)" >> "$GITHUB_ENV"
- run: git tag "v$NEW_TAG"
- run: git tag v$NEW_TAG
- run: git add package.json && git commit -m "botaction - auto tag v$NEW_TAG"
- run: git remote set-url origin [email protected]:/MoreChickenDelivered/md-loader
- run: git push --tags && git push
Expand Down
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
npmScopes:
esp-code:
tt:
npmAlwaysAuth: true
npmAuthToken: "${NODE_AUTH_TOKEN}"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esnext": "./index.ts",
"types": "./index.d.ts",
"homepage": "tradeterminal.io",
"name": "md-frag-loader",
"name": "@tt/md-loader",
"scripts": {
"build": "yarn install && tsc -p ./tsconfig.json"
},
Expand Down

0 comments on commit e473701

Please sign in to comment.