-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update nx packages * ci: new workflow for continuous deployment using nx release * ci: remove workflows that are no longer necessary * ci: update token-studio/sd-tranforms to latest version
- Loading branch information
1 parent
54c28eb
commit b6dea18
Showing
17 changed files
with
5,348 additions
and
6,354 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,31 +15,9 @@ jobs: | |
release: | ||
permissions: | ||
id-token: write | ||
uses: ./.github/workflows/release-packages.yml | ||
uses: ./.github/workflows/schedule-release.yml | ||
with: | ||
preid: 'mercury' | ||
tag: 'next' | ||
version: 'premajor' | ||
secrets: inherit | ||
|
||
finalize-release: | ||
needs: release | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
ref: ${{ inputs.ref }} | ||
|
||
- name: Configure user | ||
run: | | ||
git config user.name "DSS Automation Bot" | ||
git config user.email "[email protected]" | ||
- name: Create GitHub Release | ||
run: lerna version premajor --yes --force-publish='*' --conventional-commits --create-release github --preid=mercury | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
shell: bash | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.