Skip to content

Commit 2e3ce94

Browse files
committed
Merge branch 'release/1.4.5'
2 parents 8e0a155 + f5edd23 commit 2e3ce94

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/package.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
- run: npm publish
1919
env:
2020
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
21-
build-github:
22-
name: Build and Publish to GITHUB
23-
runs-on: ubuntu-latest
24-
steps:
25-
- uses: actions/checkout@v2
26-
- uses: actions/setup-node@v2
27-
with:
28-
node-version: '16.x'
29-
registry-url: 'https://npm.pkg.github.com'
30-
- run: npm ci
31-
- run: npm publish
32-
env:
33-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
# build-github:
22+
# name: Build and Publish to GITHUB
23+
# runs-on: ubuntu-latest
24+
# steps:
25+
# - uses: actions/checkout@v2
26+
# - uses: actions/setup-node@v2
27+
# with:
28+
# node-version: '16.x'
29+
# registry-url: 'https://npm.pkg.github.com'
30+
# - run: npm ci
31+
# - run: npm publish
32+
# env:
33+
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highlightjs-structured-text",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "highlight.js syntax definition for Structured Text IEC 61131-3 language",
55
"main": "src/iecst.js",
66
"scripts": {

0 commit comments

Comments
 (0)