Docker image #205

Merged
Sirherobrine23 merged 4 commits from DockerImage into main 2021-09-28 16:21:09 +00:00
6 changed files with 506 additions and 506 deletions

2
.gitattributes vendored
View File

@ -1,2 +1,2 @@
* text=LF eol=LF * text=lf eol=lf
*.sh text=lf eol=lf *.sh text=lf eol=lf

View File

@ -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");