mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
Actions: debug + needs
This commit is contained in:
parent
0657c3fc6c
commit
387929546b
4
.github/workflows/release-candidate.yml
vendored
4
.github/workflows/release-candidate.yml
vendored
@ -21,7 +21,9 @@ jobs:
|
||||
run: |
|
||||
cd -- $GITHUB_WORKSPACE/bin/scripts/
|
||||
fontNames=$(./get-font-names-from-json.sh)
|
||||
echo "${fontNames}"
|
||||
echo "::set-output name=matrix::${fontNames}"
|
||||
echo ${{ steps.set-matrix.outputs.matrix }}
|
||||
|
||||
outputs:
|
||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
@ -31,6 +33,8 @@ jobs:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
needs: setup-fonts-matrix
|
||||
|
||||
env:
|
||||
RELEASE_TAG_VERSION: 2.2.0-RC
|
||||
GITHUB_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user