Skip to content

Commit 03f9d88

Browse files
committed
chore: Update npm dependencies and GitHub Actions workflow for publishing to npm and creating GitHub releases
1 parent 014b58b commit 03f9d88

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,12 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
with:
42-
tag_name: v${{ github.event.head_commit.timestamp }}
43-
release_name: Release v${{ github.event.head_commit.timestamp }}
42+
tag_name: ${{ github.ref }}
43+
release_name: Release ${{ github.ref }}
44+
body: |
45+
Changes in this Release
46+
- First Change
47+
- Second Change
4448
draft: false
4549
prerelease: false
4650

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.38",
3+
"version": "1.0.39",
44
"description": "...",
55
"main": "dist/css/modulate.min.css",
66
"style": "dist/css/modulate.min.css",

0 commit comments

Comments
 (0)