fix: maybe it works now

This commit is contained in:
Aarnav Tale
2023-01-25 10:56:26 -05:00
parent 9814a57069
commit a0fc1ed3bf

View File

@@ -11,11 +11,6 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Create push branch
uses: actions/checkout@v3
with:
ref: ci
path: push
- name: Build latest dist/ folder
run: |
npm install -g pnpm
@@ -25,14 +20,9 @@ jobs:
run: |
git config --global user.email "<41898282+github-actions[bot]@users.noreply.github.com>"
git config --global user.name "github-actions[bot]"
cp -r dist push/dist
cp README.md push/README.md
cp LICENSE push/LICENSE
cp action.yaml push/action.yaml
cd push
git add dist README.md LICENSE action.yaml
git commit -m "chore: create ci test ($GITHUB_SHA)"
git checkout --orphan ci
git add -f dist README.md LICENSE action.yaml
git commit -m "chore: create ci release ($GITHUB_SHA)"
git push -f origin ci
test:
name: Test