Skip to content

Commit

Permalink
Updating CI to include 2019 release (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwhitfield authored Apr 29, 2024
1 parent b6537e4 commit a922be2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
# 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/[email protected]
with:
extension-file: 'dist/UnitverseVS2019.vsix'
publish-manifest-file: 'publishManifestVS2019.json'
personal-access-code: ${{ secrets.UNITVERSE_PUBLISHER_ACCESS_TOKEN }}

0 comments on commit a922be2

Please sign in to comment.