feat: skip package release until github and semantic-release are in sync

This commit is contained in:
Thomas Nordquist
2024-05-11 14:42:17 +02:00
parent 333a1bcabe
commit b37af291cc

View File

@@ -34,8 +34,8 @@ jobs:
- run: npx semantic-release - run: npx semantic-release
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn build #- run: yarn build
- run: yarn prepare-release #- run: yarn prepare-release
# - run: yarn package ${{ matrix.build.task }} # - run: yarn package ${{ matrix.build.task }}
# env: # env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}