We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b4c22 commit 197179aCopy full SHA for 197179a
2 files changed
.github/workflows/publish.yml
@@ -12,11 +12,6 @@ jobs:
12
- name: Checkout code
13
uses: actions/checkout@v4
14
15
- - name: Download build artifacts
16
- uses: actions/download-artifact@v3
17
- with:
18
- name: build-artifacts
19
-
20
- name: Setup Node.js
21
uses: actions/setup-node@v3
22
with:
@@ -38,11 +33,6 @@ jobs:
38
33
39
34
40
35
41
42
43
44
45
46
36
47
37
48
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "modulatecss",
3
- "version": "1.0.32",
+ "version": "1.0.33",
4
"description": "...",
5
"main": "dist/css/modulate.min.css",
6
"style": "dist/css/modulate.min.css",
0 commit comments