Skip to content

Commit 1b83d8d

Browse files
authored
Merge pull request #91 from Shopify/lopert.fix-release-2
fix typo in release
2 parents 7ea4e8c + 938cae6 commit 1b83d8d

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

.changeset/real-paths-knock.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@shopify/shopify_function": patch
3+
---
4+
5+
fix pnpm graphql package duplication

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Create Release Pull Request or Publish
3232
uses: changesets/action@v1 # Must use latest version!
3333
with:
34-
publish: changesets publish
34+
publish: changeset publish
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Keep this
3737
NPM_TOKEN: "" # Forces OIDC authentication

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"@shopify:registry": "https://registry.npmjs.org/"
66
},
7-
"version": "2.0.1",
7+
"version": "2.0.0",
88
"description": "",
99
"main": "index.ts",
1010
"keywords": [],

0 commit comments

Comments
 (0)