Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit e49c7a5

Browse files
committed
chore: remove dev release from main branch
1 parent 6423b8e commit e49c7a5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Release
4+
name: Public Release
55

66
on:
77
push:
@@ -45,15 +45,15 @@ jobs:
4545
git config --global user.name "codebender828"
4646
git config --global user.email "[email protected]"
4747
48-
- name: Create @dev release
49-
if: steps.changesets.outputs.published != 'true'
50-
run: |
51-
git checkout main
52-
pnpm version:dev
53-
pnpm release:dev
54-
env:
55-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
# - name: Create @dev release
49+
# if: steps.changesets.outputs.published != 'true'
50+
# run: |
51+
# git checkout main
52+
# pnpm version:dev
53+
# pnpm release:dev
54+
# env:
55+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Create release Pull Request or Publish to NPM
5959
id: changesets

0 commit comments

Comments
 (0)