Skip to content

Commit

Permalink
fix(ci): release as 3.0.1@alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
diehbria committed Mar 15, 2023
1 parent 5265ed0 commit 6677a1f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-playwright.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: E2E Tests - playwright
on: [pull_request, push]
on: [pull_request]
jobs:
e2e-tests-playwright:
runs-on: ubuntu-latest
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,53 +28,53 @@ jobs:
with:
package: './packages/core/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'nightly'
tag: 'alpha'

- name: Publish @iot-app-kit/components
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/components/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'nightly'
tag: 'alpha'

- name: Publish @iot-app-kit/source-iotsitewise
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/source-iotsitewise/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'nightly'
tag: 'alpha'

- name: Publish @iot-app-kit/related-table
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/related-table/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'nightly'
tag: 'alpha'

- name: Publish @iot-app-kit/react-components
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/react-components/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'nightly'
tag: 'alpha'

- name: Publish @iot-app-kit/source-iottwinmaker
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/source-iottwinmaker/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'nightly'
tag: 'alpha'

- name: Publish @iot-app-kit/dashboard
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/dashboard/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'nightly'
tag: 'alpha'

- name: Publish @iot-app-kit/scene-composer
uses: JS-DevTools/npm-publish@v1
with:
package: './packages/scene-composer/package.json'
token: ${{ secrets.NPM_TOKEN }}
tag: 'nightly'
tag: 'alpha'
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
id: release
with:
command: manifest-pr
release-as: 4.0.0-nightly
prerelease: true
release-as: 3.0.1-alpha
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main

Expand Down

0 comments on commit 6677a1f

Please sign in to comment.