|
|
@@ -103,28 +103,6 @@ jobs:
|
|
|
type=semver,value=${{ needs.create-github-release.outputs.RELEASED_VERSION }},pattern={{major}}.{{minor}}.{{patch}}
|
|
|
|
|
|
|
|
|
- publish-core-styles:
|
|
|
- needs: create-github-release
|
|
|
- runs-on: ubuntu-latest
|
|
|
-
|
|
|
- steps:
|
|
|
- - uses: actions/checkout@v4
|
|
|
- with:
|
|
|
- ref: v${{ needs.create-github-release.outputs.RELEASED_VERSION }}
|
|
|
-
|
|
|
- - uses: actions/setup-node@v4
|
|
|
- with:
|
|
|
- node-version: '20'
|
|
|
- registry-url: 'https://registry.npmjs.org'
|
|
|
-
|
|
|
- - name: npm publish
|
|
|
- working-directory: ./packages/core-styles
|
|
|
- run: |
|
|
|
- npm publish --provenance --access public
|
|
|
- env:
|
|
|
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH_CORE_STYLES }}
|
|
|
-
|
|
|
-
|
|
|
build-app-image:
|
|
|
needs: create-github-release
|
|
|
|