This commit is contained in:
parent
40e051ef6e
commit
b367a52741
@ -3,9 +3,9 @@ name: release
|
||||
|
||||
steps:
|
||||
- name: create-script-file
|
||||
image: node:14-alpine
|
||||
image: alpine:3.13
|
||||
commands:
|
||||
- apk add --no-cache npm # Install npm in Alpine Linux
|
||||
- apk add --no-cache nodejs npm # Install Node.js and npm in Alpine Linux
|
||||
- echo "const axios = require('axios');" > custom-script.js
|
||||
- echo "" >> custom-script.js
|
||||
- echo "function getLatestReleaseTag() {" >> custom-script.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user