Browse Source
fixup: deploy.yml
echo moved by a mistake
pull/1390/head
Philip H.
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/deploy.yml
|
|
@ -33,7 +33,7 @@ jobs: |
|
|
|
password: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
- name: Set environment variables |
|
|
|
run: RELEASE=echo $(cat ./src/package.json | jq -r .release | jq -r .version) >> $GITHUB_ENV |
|
|
|
run: echo RELEASE=$(cat ./src/package.json | jq -r .release | jq -r .version) >> $GITHUB_ENV |
|
|
|
|
|
|
|
- name: Build & Publish Docker Image |
|
|
|
uses: docker/build-push-action@v6 |
|
|
|