Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change complier #18

Merged
merged 16 commits into from
Sep 1, 2024
Merged
23 changes: 0 additions & 23 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,29 +96,6 @@ jobs:
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Configure Git
run: |
git config user.name github-actions
git config user.email [email protected]
env:
GITHUB_TOKEN: ${{ secrets.SLDEVOPSD_PAT }}
- name: Create Release Branch
run: |
git checkout -b release-${{ github.sha }}
npm version patch -m "Bump version to %s"
git push origin release-${{ github.sha }}
env:
GITHUB_TOKEN: ${{ secrets.SLDEVOPSD_PAT }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
title: 'Bump version'
body: 'Automated version bump'
branch: release-${{ github.sha }}
base: main
env:
GITHUB_TOKEN: ${{ secrets.SLDEVOPSD_PAT }}
- name: Push changes
run: |
git push --follow-tags
Expand Down
Loading