File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ jobs:
18
18
- run : npm publish
19
19
env :
20
20
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 }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " highlightjs-structured-text" ,
3
- "version" : " 1.4.4 " ,
3
+ "version" : " 1.4.5 " ,
4
4
"description" : " highlight.js syntax definition for Structured Text IEC 61131-3 language" ,
5
5
"main" : " src/iecst.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments