Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
acstll committed Nov 6, 2023
1 parent 4034643 commit 4ab5f12
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish to NPM
on:
push:
branches:
- main
- release

jobs:
deploy-storybook:
Expand Down Expand Up @@ -44,9 +44,9 @@ jobs:
run: |
yarn workspace @telekom/scale-storybook-vue build --quiet
# - name: Deploy Storybook
# run: |
# yarn workspace @telekom/scale-storybook-vue deploy
- name: Deploy Storybook
run: |
yarn workspace @telekom/scale-storybook-vue deploy
publish-telekom:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -100,21 +100,21 @@ jobs:
run: |
yarn workspace @telekom/scale-components-vue build
# - name: Publish to NPM
# run: |
# yarn publish-telekom
- name: Publish to NPM
run: |
yarn publish-telekom
# - name: Deprecate Angular Package
# run: |
# npm deprecate @telekom/scale-components-angular@~3.0.0-beta.17 "Please use @telekom/scale-components directly, see the Scale docs. Angular support for web components is already great."
- name: Deprecate Angular Package
run: |
npm deprecate @telekom/scale-components-angular@~3.0.0-beta.17 "Please use @telekom/scale-components directly, see the Scale docs. Angular support for web components is already great."
# - name: Deprecate Vue Package
# run: |
# npm deprecate @telekom/scale-components-vue@~3.0.0-beta.17 "Please use @telekom/scale-components directly, see the Scale docs. Vue support for web components is already great."
- name: Deprecate Vue Package
run: |
npm deprecate @telekom/scale-components-vue@~3.0.0-beta.17 "Please use @telekom/scale-components directly, see the Scale docs. Vue support for web components is already great."
# - name: Deprecate Scale Design Tokens Package
# run: |
# npm deprecate @telekom/scale-design-tokens@~3.0.0-beta.100 "Deprecated in favor of @telekom/design-tokens."
- name: Deprecate Scale Design Tokens Package
run: |
npm deprecate @telekom/scale-design-tokens@~3.0.0-beta.100 "Deprecated in favor of @telekom/design-tokens."
publish-neutral:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -178,18 +178,18 @@ jobs:
run: |
yarn workspace @telekom/scale-components-vue-neutral build
# - name: Publish to NPM
# run: |
# yarn publish-neutral
- name: Publish to NPM
run: |
yarn publish-neutral
# - name: Deprecate Angular Package
# run: |
# npm deprecate @telekom/scale-components-angular-neutral@~3.0.0-beta.17 "Please use @telekom/scale-components directly, see the Scale docs. Angular support for web components is already great."
- name: Deprecate Angular Package
run: |
npm deprecate @telekom/scale-components-angular-neutral@~3.0.0-beta.17 "Please use @telekom/scale-components directly, see the Scale docs. Angular support for web components is already great."
# - name: Deprecate Vue Package
# run: |
# npm deprecate @telekom/scale-components-vue-neutral@~3.0.0-beta.17 "Please use @telekom/scale-components directly, see the Scale docs. Vue support for web components is already great."
- name: Deprecate Vue Package
run: |
npm deprecate @telekom/scale-components-vue-neutral@~3.0.0-beta.17 "Please use @telekom/scale-components directly, see the Scale docs. Vue support for web components is already great."
# - name: Deprecate Scale Design Tokens Package
# run: |
# npm deprecate @telekom/scale-design-tokens-neutral@~3.0.0-beta.100 "Deprecated in favor of @telekom/design-tokens."
- name: Deprecate Scale Design Tokens Package
run: |
npm deprecate @telekom/scale-design-tokens-neutral@~3.0.0-beta.100 "Deprecated in favor of @telekom/design-tokens."

0 comments on commit 4ab5f12

Please sign in to comment.