Pipeline and GHA corrections

This commit is contained in:
aboyko
2024-03-05 22:53:16 -05:00
parent 4ce4f02bf4
commit c0c53e7f9b
2 changed files with 5 additions and 19 deletions

View File

@@ -38,11 +38,11 @@ jobs:
latest: ${{ inputs.eclipse_latest }}
secrets: inherit
# create-github-release:
# uses: ./.github/workflows/create-gh-release.yml
# with:
# version: ${{ inputs.release_version }}.RELEASE
# secrets: inherit
create-github-release:
uses: ./.github/workflows/create-gh-release.yml
with:
version: ${{ inputs.release_version }}.RELEASE
secrets: inherit
# announce-release:
# needs: [ aggregate-ls-extension-update-site, aggregate-distro-update-site, create-github-release ]