Skip to content

Commit

Permalink
the last try.
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-context committed Dec 15, 2024
1 parent 0b5a82a commit 1e96337
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,5 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: |
npm i yarn -g
yarn install
yarn dist:ext
yarn dist:ui
- name: Commit
run: |
cd dist
git init
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git remote add origin https://github.com/Rundll86/fs-context.git
git add .
git commit -m "Build from Actions"
git push -f -u origin master:dist
- name: Out
run: echo "cmnd,sb github"

0 comments on commit 1e96337

Please sign in to comment.