Skip to content

Commit

Permalink
renames
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jul 24, 2024
1 parent aa33685 commit 3b8c823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://github.com/anthonyhastings/turborepo-design-system
name: Release Snapshot

on:
Expand All @@ -17,6 +18,6 @@ jobs:
echo 'Detected Changes:'
git diff
echo '---'
yarn run release --tag "${{ github.ref_name }}" --no-git-tag
yarn run publish --tag "${{ github.ref_name }}" --no-git-tag
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"types:storefront": "yarn workspace storefront types",
"add-changeset": "changeset",
"version-packages": "changeset version",
"publish": "yarn run build && changeset publish"
"publish": "changeset publish"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand Down

0 comments on commit 3b8c823

Please sign in to comment.