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 c3464d1 commit 6917393Copy full SHA for 6917393
.drone.yml
@@ -10,7 +10,7 @@ steps:
10
GIT_SECRET:
11
from_secret: GITHUB_KEY
12
commands:
13
- - npm install -g @author.io/cicd-autotag@1.0.5
+ - npm install -g @author.io/cicd-autotag
14
- autotag
15
when:
16
event:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@author.io/element-select",
3
- "version": "1.0.1-beta.1",
+ "version": "1.0.1-beta.2",
4
"description": "author-select custom element (web component).",
5
"main": "dist/author-select.min.js",
6
"scripts": {
0 commit comments