Skip to content

Commit 6e88011

Browse files
author
Graham Butler
committed
build test
1 parent 6917393 commit 6e88011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
from_secret: GITHUB_KEY
1212
commands:
1313
- npm install -g @author.io/cicd-autotag
14-
- autotag
14+
- autotag --allowInitialNpmPublish
1515
when:
1616
event:
1717
- push

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@author.io/element-select",
3-
"version": "1.0.1-beta.2",
3+
"version": "1.0.1-beta.3",
44
"description": "author-select custom element (web component).",
55
"main": "dist/author-select.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)