This commit is contained in:
parent
5f24b42233
commit
26aa793302
@ -23,6 +23,14 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Clone project repository"
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Get latest release and deploy
|
||||
run: |
|
||||
# Get release info
|
||||
|
Loading…
Reference in New Issue
Block a user