fix(workflow): fixed export thing
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m13s
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m13s
This commit is contained in:
parent
49d3b9ba0c
commit
58820b41d9
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ jobs:
|
|||
run: |
|
||||
if [ -n "${{ github.base_ref }}" ]; then
|
||||
release="$(basename "{{ github.base_ref }}")"
|
||||
export GITEA_TOKEN = ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
export GITEA_TOKEN="${{ secrets.COASTALCOMMITSTOKEN }}"
|
||||
else
|
||||
release="$(basename "${{ github.ref }}")"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue