Skip to content

Commit ddd667d

Browse files
committed
Updates publish workflow
1 parent ed1dc50 commit ddd667d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Publish NPM Package
2+
23
on:
34
release:
4-
types: [created]
5+
types:
6+
- created
7+
58
jobs:
69
build:
710
runs-on: ubuntu-latest

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highmobility/auto-api-javascript",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Auto API for JavaScript - the parsing library for the Auto API vehicle data model",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)