Skip to content

Commit

Permalink
update VERSIONS_PUBLISHED (#128)
Browse files Browse the repository at this point in the history
* update from main

* update VERSIONS_PUBLISHED

* remove /scripts dir
  • Loading branch information
colin-rogers-dbt authored Jun 25, 2024
1 parent 5706a88 commit dda18b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/internal-archive-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
echo "[Debug] version_in_file: ${version_in_file}"
echo "CURRENT_PKG_VERSION=${version_in_file}" >> "$GITHUB_ENV"
echo "VERSIONS_PUBLISHED=$(echo "${versions[*]}"| tr '\n' ',')" >> "$GITHUB_ENV"
echo "VERSIONS_PUBLISHED=$(echo "${versions_published[*]}"| tr '\n' ',')" >> "$GITHUB_ENV"
echo "VERSION_FILE=${version_file}" >> "$GITHUB_ENV"
- name: "Determine next Cloud release version"
Expand Down

0 comments on commit dda18b6

Please sign in to comment.