mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 19:13:19 +00:00
Test rel1
This commit is contained in:
parent
80667cd113
commit
366a26132d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -27,6 +27,8 @@ jobs:
|
|||
run: npm install
|
||||
- name: see directory with dependencies
|
||||
run: ls
|
||||
- name: Add env file
|
||||
run: echo "${{secrets.KEY_TMDB2}}22" > .env
|
||||
- name: Deploy Releases
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue