Compare commits

..

1 Commits

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