Skip to content

Commit

Permalink
Merge pull request #158 from roninjin10/10-31-chore_Remove_prerelease…
Browse files Browse the repository at this point in the history
…_workflow

👷 chore: Remove prerelease workflow
  • Loading branch information
zencephalon authored Nov 1, 2023
2 parents 26deae0 + 4d46b8b commit defbb7e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 100 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/prerelease-exit.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/prerelease.yml

This file was deleted.

8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Version 🔖
on:
push:
branches:
- v2
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -29,12 +29,6 @@ jobs:
shell: bash
run: pnpm build

- name: Check for pre.json file existence
id: check_files
uses: andstor/[email protected]
with:
files: ".changeset/pre.json"

- name: Set deployment token
run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"

Expand Down

0 comments on commit defbb7e

Please sign in to comment.