Skip to content

Commit 3dcba60

Browse files
committed
Release 0.0.5
1 parent 391bb85 commit 3dcba60

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
uses: actions/setup-node@v2-beta
1515
with:
1616
node-version: '12'
17+
- name: Build dist
18+
run: |
19+
npm run lint
20+
npm run dist
1721
- name: Publish if version has been updated
1822
uses: pascalgn/npm-publish-action@06e0830ea83eea10ed4a62654eeaedafb8bf50fc
1923
with: # All of theses inputs are optional

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feelpp/asciidoctor-remote-include-processor",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Asciidoctor remote include processor extension",
55
"main": "dist/node/asciidoctor-remote-include-processor.js",
66
"browser": "dist/browser/asciidoctor-remote-include-processor.js",

0 commit comments

Comments
 (0)