chore: Update release tag from staging to next (#2858)

This commit is contained in:
Philip Korsholm
2022-12-20 12:21:48 +01:00
committed by GitHub
parent a027d5ff9e
commit d8893d6b9f
2 changed files with 6 additions and 6 deletions

View File

@@ -42,13 +42,13 @@ jobs:
- name: Build all packages
run: yarn build
- name: Version staging packages
run: yarn version:staging
- name: Version packages
run: yarn version:next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies
run: yarn install --no-immutable
- name: Publish staging packages
run: yarn release:staging
- name: Publish packages under next tag
run: yarn release:next