Skip to content

Commit

Permalink
feat: remove other steps from release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi-raj-jain committed May 27, 2024
1 parent d317dc0 commit d815b85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- run: git fetch origin
- run: git checkout main
- run: git rebase origin/release
- run: git push origin main --force-with-lease --tags

0 comments on commit d815b85

Please sign in to comment.