Docker image #205
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,2 +1,2 @@
|
|||||||
* text=LF eol=LF
|
* text=lf eol=lf
|
||||||
*.sh text=lf eol=lf
|
*.sh text=lf eol=lf
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
run: npm install --no-save -d
|
run: npm install --no-save -d
|
||||||
|
|
||||||
- name: Get And Export Release Version
|
- name: Get And Export Release Version
|
||||||
shell: node
|
shell: node -p '{0}'
|
||||||
run: |
|
run: |
|
||||||
const version = require("./package.json").version;
|
const version = require("./package.json").version;
|
||||||
const ActionsCore = require("@actions/core");
|
const ActionsCore = require("@actions/core");
|
||||||
|
Reference in New Issue
Block a user