Skip to content

Commit 197179a

Browse files
committed
chore: Update npm dependencies and GitHub Actions workflow for publishing to npm and creating GitHub releases
1 parent 60b4c22 commit 197179a

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15-
- name: Download build artifacts
16-
uses: actions/download-artifact@v3
17-
with:
18-
name: build-artifacts
19-
2015
- name: Setup Node.js
2116
uses: actions/setup-node@v3
2217
with:
@@ -38,11 +33,6 @@ jobs:
3833
- name: Checkout code
3934
uses: actions/checkout@v4
4035

41-
- name: Download build artifacts
42-
uses: actions/download-artifact@v3
43-
with:
44-
name: build-artifacts
45-
4636
- name: Setup Node.js
4737
uses: actions/setup-node@v3
4838
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modulatecss",
3-
"version": "1.0.32",
3+
"version": "1.0.33",
44
"description": "...",
55
"main": "dist/css/modulate.min.css",
66
"style": "dist/css/modulate.min.css",

0 commit comments

Comments
 (0)