We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bbfd40 + 860d344 commit 90e80adCopy full SHA for 90e80ad
.github/workflows/publish-gh-page.yml
@@ -38,5 +38,5 @@ jobs:
38
github_token: ${{ secrets.GH_TOKEN }}
39
publish_branch: gh-pages
40
publish_dir: ./out
41
- tag_name: ${{ github.ref_name }}
42
- tag_message: 'Deployment ${{ github.ref_name }}'
+ # tag_name: ${{ github.ref_name }} # DO NOT CREATE GIT TAG
+ # tag_message: 'Deployment ${{ github.ref_name }}' # DO NOT CREATE GIT TAG
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-starter-kit",
3
- "version": "1.2.2",
+ "version": "1.2.3",
4
"description": "React starter kit",
5
"main": "out/dist/app.js",
6
"scripts": {
0 commit comments