Skip to content

Commit

Permalink
[🚑️][CI]: Download build artifacts to dist directory (#5)
Browse files Browse the repository at this point in the history
* Patch version

* Add `directory` to download to
  • Loading branch information
mimshins authored Mar 26, 2024
1 parent 5cb9f62 commit ae973ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
path: dist

- name: "🚀 publish package"
run: npx tsx ./scripts/ci/publish-package.ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-design-tokens",
"version": "2.0.0-canary.1",
"version": "2.0.0-canary.2",
"description": "An optimized and creative theming solution that generates CSS variables based on the tokens provided.",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit ae973ca

Please sign in to comment.