Skip to content

Commit

Permalink
deb
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy committed Jul 17, 2024
1 parent a73dfb7 commit e033dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-cli-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ jobs:
mask-aws-account-id: 'no'

- name: Release CLI Assets
run: pnpm run release:cli
run: |
export GPG_TTY=$(tty)
pnpm run release:cli
env:
PUBLISHED_PACKAGES: ${{ inputs.publishedPackages }}
MATRIX_OS: ${{ matrix.os }}
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,6 @@ jobs:
# This makes the PR pushed to use GITHUB_TOKEN and trigger the checks
persist-credentials: false

- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Use Node.js ${{ steps.config.outputs.NVMRC }}
uses: actions/setup-node@v3
with:
node-version: ${{ steps.config.outputs.NVMRC }}
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm build

publish-cli-assets:
name: Publish CLI assets
needs: [release]
Expand Down

0 comments on commit e033dda

Please sign in to comment.