Skip to content

Commit

Permalink
Progress 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Jan 26, 2024
1 parent 746259d commit ecc7e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-demand-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
echo "Setting tag as: ${GITHUB_REF#refs/tags/}"
echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
echo "tag=v0.20.0" >> $GITHUB_OUTPUT
- name: Get the release name
id: get-release-name
shell: bash
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
file(APPEND $ENV{GITHUB_OUTPUT} "include_installer=true\n")
endif()
endforeach()
file(APPEND $ENV{GITHUB_OUTPUT} "include_installer=true\n")
- name: set_matrix
id: set-matrix
run: |
Expand Down

0 comments on commit ecc7e72

Please sign in to comment.