Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Dec 12, 2023
1 parent e43405f commit 1e1f41f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
yarn-release:
runs-on: ubuntu-latest
name: Create release using standard-version
name: Create release
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -34,4 +34,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git remote set-url --push origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git push -f --follow-tags origin master
git push -f --follow-tags origin main
4 changes: 2 additions & 2 deletions .github/workflows/release-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
yarn-release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
name: Create release using standard-version
name: Create release
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -36,4 +36,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git remote set-url --push origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git push -f --follow-tags origin master
git push -f --follow-tags origin main

0 comments on commit 1e1f41f

Please sign in to comment.