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

Commit

Permalink
revert build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jan 22, 2024
1 parent 01f25e2 commit cbe2f79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ jobs:
# sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# sudo flatpak install flathub org.freedesktop.Platform/x86_64/19.08 org.freedesktop.Sdk/x86_64/19.08 org.electronjs.Electron2.BaseApp/x86_64/stable -y

- name: Clear Yarn Cache
run: yarn cache clean

- name: Install dependencies
run: |
corepack enable
yarn
yarn version --no-git-tag-version --new-version ${{ github.event.release.tag_name }}
Expand Down Expand Up @@ -108,7 +104,6 @@ jobs:

- name: Install dependencies
run: |
corepack enable
yarn
yarn version --no-git-tag-version --new-version ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit cbe2f79

Please sign in to comment.