There was an error while loading. Please reload this page.
2 parents 6375317 + f55430c commit 8d50b9eCopy full SHA for 8d50b9e
.github/workflows/package.yml
@@ -27,6 +27,9 @@ jobs:
27
build-github:
28
name: Build and Publish to GITHUB
29
runs-on: ubuntu-latest
30
+ permissions:
31
+ contents: read
32
+ packages: write
33
steps:
34
- uses: actions/checkout@v2
35
- uses: actions/setup-node@v2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "highlightjs-structured-text",
3
- "version": "1.4.8",
+ "version": "1.4.9",
4
"description": "highlight.js syntax definition for Structured Text IEC 61131-3 language",
5
"main": "src/iecst.js",
6
"scripts": {
0 commit comments