Skip to content

Commit

Permalink
Merge branch 'Saltssaumure:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Nova 3 authored Jun 22, 2024
2 parents 7b560c5 + f388b9f commit 14b87d1
Show file tree
Hide file tree
Showing 42 changed files with 1,725 additions and 1,293 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- master

jobs:
build:
Expand All @@ -17,8 +16,6 @@ jobs:

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 21

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand All @@ -32,7 +29,7 @@ jobs:
run: pnpm run build:css

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: deploy
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 21

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/rp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bundle and release for Replugged
name: Bundle and release

on:
push:
Expand All @@ -18,8 +18,6 @@ jobs:

- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 21

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "9.7.0",
"version": "9.7.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.piOS"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pios-discord-theme",
"version": "9.7.0",
"version": "9.7.1",
"description": "A SUPERHOT piOS inspired Discord theme.",
"repository": "github:Saltssaumure/pios-discord-theme",
"author": "Saltssaumure <[email protected]>",
Expand All @@ -19,8 +19,8 @@
"release": "replugged release"
},
"devDependencies": {
"prettier": "^3.2.5",
"replugged": "^4.7.9",
"prettier": "^3.3.2",
"replugged": "^4.7.13",
"salt-bd-scss": "^1.2.2"
}
}
Loading

0 comments on commit 14b87d1

Please sign in to comment.