We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014b58b commit 03f9d88Copy full SHA for 03f9d88
2 files changed
.github/workflows/publish.yml
@@ -39,8 +39,12 @@ jobs:
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
with:
42
- tag_name: v${{ github.event.head_commit.timestamp }}
43
- release_name: Release v${{ github.event.head_commit.timestamp }}
+ tag_name: ${{ github.ref }}
+ release_name: Release ${{ github.ref }}
44
+ body: |
45
+ Changes in this Release
46
+ - First Change
47
+ - Second Change
48
draft: false
49
prerelease: false
50
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "modulatecss",
3
- "version": "1.0.38",
+ "version": "1.0.39",
4
"description": "...",
5
"main": "dist/css/modulate.min.css",
6
"style": "dist/css/modulate.min.css",
0 commit comments