Skip to content

Commit a4cd7e4

Browse files
committed
chore: update version to 1.2.30 and fix artifact name in deploy workflow
1 parent 8ebc0a6 commit a4cd7e4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
- name: Upload artifact
4040
uses: actions/upload-artifact@v4
4141
with:
42-
path: 'storybook-static/'
42+
name: storybook-static
43+
path: storybook-static/
44+
4345
- name: Deploy to GitHub Pages
4446
id: deployment
4547
uses: actions/deploy-pages@v2
48+
with:
49+
artifact_name: storybook-static

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squidit/react-css",
3-
"version": "1.2.29",
3+
"version": "1.2.30",
44
"scripts": {
55
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
66
"lint": "eslint src --ext js,ts,tsx",

0 commit comments

Comments
 (0)