Skip to content

Commit 860d344

Browse files
committed
Verify GitHub Actions
1 parent c200a3d commit 860d344

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-gh-page.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
github_token: ${{ secrets.GH_TOKEN }}
3939
publish_branch: gh-pages
4040
publish_dir: ./out
41-
tag_name: ${{ github.ref_name }}
42-
tag_message: 'Deployment ${{ github.ref_name }}'
41+
# tag_name: ${{ github.ref_name }} # DO NOT CREATE GIT TAG
42+
# tag_message: 'Deployment ${{ github.ref_name }}' # DO NOT CREATE GIT TAG

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-starter-kit",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "React starter kit",
55
"main": "out/dist/app.js",
66
"scripts": {

0 commit comments

Comments
 (0)