fix uses links to include fqdn
This commit is contained in:
parent
8dfe1d74db
commit
dfde9df3c3
1 changed files with 8 additions and 8 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -25,12 +25,12 @@ jobs:
|
|||
git checkout $LATEST_TAG
|
||||
|
||||
- name: Install NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
uses: https://github.com/actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: https://github.com/actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ env.LATEST_TAG }}
|
||||
name: ${{ env.LATEST_TAG }}
|
||||
|
@ -80,12 +80,12 @@ jobs:
|
|||
git checkout $LATEST_TAG
|
||||
|
||||
- name: Install NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
uses: https://github.com/actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: https://github.com/actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
|
||||
|
@ -110,7 +110,7 @@ jobs:
|
|||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: https://github.com/ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ env.LATEST_TAG }}
|
||||
name: ${{ env.LATEST_TAG }}
|
||||
|
|
Loading…
Add table
Reference in a new issue