Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(utils): remove line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Netzer committed Jun 29, 2021
1 parent 7c37019 commit 3413df9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
git config user.name e-square-ci
git config user.email [email protected]
git remote add upstream "https://x-access-token:[email protected]/e-square-io/${{ matrix.package }}.git"
git fetch --unshallow upstream
git fetch upstream
git push upstream --delete v${{ needs.release.outputs.major }} || true
git push upstream --delete v${{ needs.release.outputs.major }}.${{ needs.release.outputs.minor }} || true
git push --tags upstream main v${{ needs.release.outputs.major }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
runs-on: ubuntu-latest
needs: [execute]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Download artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 3413df9

Please sign in to comment.