Skip to content

Commit

Permalink
chore: delete pre file
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Nov 30, 2024
1 parent 00a17f6 commit ccf4663
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 100 deletions.
94 changes: 0 additions & 94 deletions .changeset/pre.json

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/enter-pre-release-mode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GA_ACCESS_TOKEN }}
run: |
git config user.email "jrgarciadev@gmail.com"
git config user.name "Junior Garcia [Github Actions]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
if [ ${{ github.ref }} == 'refs/heads/canary' ]; then
pnpm changeset:canary
else
pnpm changeset:beta
fi
git add -A
git commit -m 'chore(pre-release): enter pre-release mode'
git push https://${{ secrets.GA_ACCESS_TOKEN }}@github.com/${{ github.repository }} ${{ github.event.inputs.branch }}
git push
6 changes: 3 additions & 3 deletions .github/workflows/exit-pre-release-mode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GA_ACCESS_TOKEN }}
run: |
git config user.email "jrgarciadev@gmail.com"
git config user.name "Junior Garcia [Github Actions]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git add -A
git commit -m "ci(changesets): exit pre-release mode"
git push https://${{ secrets.GA_ACCESS_TOKEN }}@github.com/${{ github.repository }} ${{ github.event.inputs.branch }}
git push

0 comments on commit ccf4663

Please sign in to comment.