Docker image #205

Merged
Sirherobrine23 merged 4 commits from DockerImage into main 2021-09-28 16:21:09 +00:00
8 changed files with 10681 additions and 10681 deletions
Showing only changes of commit 6e97ffcdaa - Show all commits

View File

@ -76,7 +76,7 @@ jobs:
run: npm install --no-save -d
- name: Get And Export Release Version
shell: node
shell: node -p '{0}'
run: |
const version = require("./package.json").version;
const ActionsCore = require("@actions/core");