Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a0d9cc244 |
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user