Skip to content

Commit

Permalink
EC-49787 Update cd.yml (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmetski authored Jan 19, 2024
1 parent c3bc487 commit 8df75ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.MERGEBOT_TOKEN }}

- name: Select Node.js version
uses: actions/setup-node@v4
Expand All @@ -32,8 +30,8 @@ jobs:

- name: Create tag
run: |
git config --global user.name '{{ secrets.MERGEBOT_USER_NAME }}'
git config --global user.email '{{ secrets.MERGEBOT_USER_EMAIL }}'
git config --global user.name github-actions
git config --global user.email [email protected]
git add dist
git commit -m "Update action"
git push origin :refs/tags/'v${{ secrets.MERGEBOT_MAJOR }}'
Expand Down

0 comments on commit 8df75ea

Please sign in to comment.