We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca4c5a commit bdb0845Copy full SHA for bdb0845
.github/workflows/release.yml
@@ -37,14 +37,6 @@ jobs:
37
- name: Install Dependencies
38
run: npm ci
39
40
- - name: Delete existing release (if any)
41
- uses: dev-drprasad/delete-tag-and-release@v1.1
42
- with:
43
- delete_release: true
44
- tag_name: ${{ github.ref_name }}
45
- env:
46
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
-
48
- name: Build Code
49
run: npm run build
50
package.json
@@ -103,7 +103,8 @@
103
"publish": {
104
"provider": "github",
105
"owner": "Shin-Aska",
106
- "repo": "amagon-html-editor"
+ "repo": "amagon-html-editor",
107
+ "releaseType": "draft"
108
}
109
110
0 commit comments