Bump actions/github-script from 4 to 4.0.2 #95
6
.github/workflows/stable.yml
vendored
6
.github/workflows/stable.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
- name: Build Bin
|
- name: Build Bin
|
||||||
run: nexe --build ./bin/bds_maneger.js --output ./BdsManegerCliLinux
|
run: nexe --build ./bin/bds_maneger.js --output ./BdsManegerCliLinux
|
||||||
|
|
||||||
- uses: actions/github-script@v4
|
- uses: actions/github-script@v4.0.2
|
||||||
id: set-result
|
id: set-result
|
||||||
with:
|
with:
|
||||||
script: return "${{ github.ref }}".split("refs/tags/").join("")
|
script: return "${{ github.ref }}".split("refs/tags/").join("")
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: Build Bin
|
- name: Build Bin
|
||||||
run: nexe --build ./bin/bds_maneger.js --output ./BdsManegerCLIMacOS
|
run: nexe --build ./bin/bds_maneger.js --output ./BdsManegerCLIMacOS
|
||||||
|
|
||||||
- uses: actions/github-script@v4
|
- uses: actions/github-script@v4.0.2
|
||||||
id: set-result
|
id: set-result
|
||||||
with:
|
with:
|
||||||
script: return "${{ github.ref }}".split("refs/tags/").join("")
|
script: return "${{ github.ref }}".split("refs/tags/").join("")
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
- name: Build Bin
|
- name: Build Bin
|
||||||
run: nexe --build bin\bds_maneger.js --output BdsManegerCliWindows
|
run: nexe --build bin\bds_maneger.js --output BdsManegerCliWindows
|
||||||
|
|
||||||
- uses: actions/github-script@v4
|
- uses: actions/github-script@v4.0.2
|
||||||
id: set-result
|
id: set-result
|
||||||
with:
|
with:
|
||||||
script: return "${{ github.ref }}".split("refs/tags/").join("")
|
script: return "${{ github.ref }}".split("refs/tags/").join("")
|
||||||
|
Reference in New Issue
Block a user