Update release name. v0.0.4

This commit is contained in:
Colin McDonnell
2025-08-27 18:19:40 -07:00
parent ab468aa32f
commit 6a0d9cc244
2 changed files with 2 additions and 2 deletions
@@ -79,7 +79,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.version.outputs.tag }}
release_name: Action Release ${{ steps.version.outputs.tag }}
release_name: ${{ steps.version.outputs.tag }}
body: |
Automated release for action version ${{ steps.version.outputs.version }}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "action",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"directories": {
"example": "examples"