Skip to content

Commit

Permalink
fix(config): release errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleBluDot committed Jan 4, 2025
1 parent d55a904 commit 7b27ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
run: npm run test:ci --if-present

- name: 🚀 Release Dry Run
run: npx semantic-release --dry-run --branches=${{ github.ref_name }}
run: npx semantic-release --dry-run --ci
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACLU_BUILDER_TOKEN }}
17 changes: 2 additions & 15 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,6 @@ jobs:
run: npm run test:ci --if-present

- name: 🚀 Release
uses: cycjimmy/semantic-release-action@v3
id: semantic
with:
semantic_version: 18
branches: |
[
'main',
'next',
'next-major',
{name: 'beta', prerelease: true},
{name: 'alpha', prerelease: true}
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACLU_ACTION: ${{ secrets.ACLU_ACTION }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACLU_BUILDER_TOKEN }}
run: npx semantic-release --ci

0 comments on commit 7b27ee1

Please sign in to comment.