Skip to content

Commit

Permalink
Merge pull request #241 from Shopify/fix-changesets-npm-release-workflow
Browse files Browse the repository at this point in the history
Fix npm release workflow
  • Loading branch information
kennygoff authored Jul 2, 2024
2 parents 97c08b3 + fba5872 commit b46c233
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
cwd: lang/typescript
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
5 changes: 5 additions & 0 deletions lang/typescript/.changeset/npm-package-homepage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/worldwide': patch
---

Update npm package homepage to npm package readme, fix release workflow (no functional changes)
1 change: 1 addition & 0 deletions lang/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.4.0",
"repository": "git@github.com:Shopify/worldwide.git",
"author": "Shopify Inc.",
"homepage": "https://github.com/Shopify/worldwide/tree/main/lang/typescript#readme",
"license": "MIT",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit b46c233

Please sign in to comment.