From a922be2c6dc76970561e635fd28ad63cbaadb27c Mon Sep 17 00:00:00 2001 From: Matt Whitfield Date: Mon, 29 Apr 2024 23:31:10 +0200 Subject: [PATCH] Updating CI to include 2019 release (#245) --- .github/workflows/CI.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b46bbf2..058c32b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -125,10 +125,10 @@ jobs: extension-file: 'dist/UnitverseVS2022.vsix' publish-manifest-file: 'publishManifestVS2022.json' personal-access-code: ${{ secrets.UNITVERSE_PUBLISHER_ACCESS_TOKEN }} - # - name: Publish 2019 extension to Marketplace - # if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main') - # uses: cezarypiatek/VsixPublisherAction@1.0 - # with: - # extension-file: 'dist/UnitverseVS2019.vsix' - # publish-manifest-file: 'publishManifestVS2019.json' - # personal-access-code: ${{ secrets.UNITVERSE_PUBLISHER_ACCESS_TOKEN }} + - name: Publish 2019 extension to Marketplace + if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main') + uses: cezarypiatek/VsixPublisherAction@1.0 + with: + extension-file: 'dist/UnitverseVS2019.vsix' + publish-manifest-file: 'publishManifestVS2019.json' + personal-access-code: ${{ secrets.UNITVERSE_PUBLISHER_ACCESS_TOKEN }}