This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
fix: issue with unexpected token on json files (#42) #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: VSF Continuous Delivery | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
release-packages: | |
name: "Release NPM Packages" | |
# FIXME Change back to @main once main actually rolls back to using changesets:version and changests:publish npm scripts | |
uses: vuestorefront/integrations-github-workflows/.github/workflows/continuous-delivery.yml@4370e6a59018c59fa0c296fb41d528d15e08f5ea | |
secrets: inherit | |
with: | |
enterprise: false |