We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feea58d commit fc9cfc4Copy full SHA for fc9cfc4
.github/workflows/create-release.yml
@@ -61,7 +61,7 @@ jobs:
61
bump2version --list ${{ github.event.inputs.versionName }} | grep ^new_version | sed -r s,"^.*=",,
62
- name: Copy version to indicator directory
63
run: |
64
- indicator_list=("changehc" "claims_hosp" "doctor_visits" "google_symptoms" "hhs_hosp" "nchs_mortality" "quidel_covidtest" "sir_complainsalot")
+ indicator_list=("changehc" "claims_hosp" "doctor_visits" "google_symptoms" "hhs_hosp" "nchs_mortality" "nssp" "quidel_covidtest" "sir_complainsalot")
65
for path in ${indicator_list[@]}; do
66
echo "current_version = ${{ steps.indicators.outputs.version }}" > $path/version.cfg
67
done
0 commit comments