Skip to content

Commit

Permalink
ci: change to nx release (#232)
Browse files Browse the repository at this point in the history
* 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
ju-Skinner committed Sep 9, 2024
1 parent 54c28eb commit 8ed1a54
Show file tree
Hide file tree
Showing 17 changed files with 5,357 additions and 6,354 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/actions/publish-npm/action.yml

This file was deleted.

95 changes: 0 additions & 95 deletions .github/workflows/manual-release.yml

This file was deleted.

24 changes: 1 addition & 23 deletions .github/workflows/mercury-rising.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "dev+github-bot@kajabi.com"
- 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

99 changes: 0 additions & 99 deletions .github/workflows/release-packages.yml

This file was deleted.

Loading

0 comments on commit 8ed1a54

Please sign in to comment.