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 0e066f2 commit 37e8628Copy full SHA for 37e8628
.github/workflows/build-on-release.yml
@@ -13,6 +13,9 @@ jobs:
13
- name: Install dependencies
14
run: npm install
15
16
+ - name: Update package.json
17
+ run: npm version ${{ github.ref_name }} --git-tag-version false
18
+
19
- name: Build
20
run: npm run build
21
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "plotly-graph-card",
3
- "version": "3.3.1",
+ "version": "to-be-set-on-release",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments