We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df84e9 commit eadc112Copy full SHA for eadc112
.github/workflows/npmpublish.yml
@@ -5,16 +5,15 @@ on:
5
types: [created]
6
7
jobs:
8
- build:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v1
12
- - uses: actions/setup-node@v1
13
- with:
14
- node-version: 12
15
- - run: npm ci
16
- - run: npm test
17
-
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - uses: actions/setup-node@v1
+ with:
+ node-version: 12
+ - run: npm ci
+ - run: npm test
18
publish-npm:
19
needs: build
20
runs-on: ubuntu-latest
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "extendscript-es6-shim",
3
- "version": "0.2.1",
+ "version": "0.2.0",
4
"description": "a collection of useful es6-shims for Extendscript",
"main": "index.js",
"scripts": {
0 commit comments