mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-08 17:20:47 +00:00
rename release branches
This commit is contained in:
parent
5d537336a9
commit
8e702a49e1
3 changed files with 3 additions and 3 deletions
2
.github/workflows/post-release.yaml
vendored
2
.github/workflows/post-release.yaml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
uses: s0/git-publish-subdir-action@develop
|
uses: s0/git-publish-subdir-action@develop
|
||||||
env:
|
env:
|
||||||
REPO: self
|
REPO: self
|
||||||
BRANCH: release
|
BRANCH: release-stable
|
||||||
FOLDER: dist
|
FOLDER: dist
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/webpack-test.yml
vendored
2
.github/workflows/webpack-test.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
uses: s0/git-publish-subdir-action@develop
|
uses: s0/git-publish-subdir-action@develop
|
||||||
env:
|
env:
|
||||||
REPO: self
|
REPO: self
|
||||||
BRANCH: beta-release
|
BRANCH: release-beta
|
||||||
FOLDER: dist
|
FOLDER: dist
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Dribbblish Dynamic (Beta)",
|
"name": "Dribbblish Dynamic (Beta)",
|
||||||
"description": "A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors. (Beta Release)",
|
"description": "A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors. (Beta Release)",
|
||||||
"branch": "beta-release",
|
"branch": "release-beta",
|
||||||
"preview": "showcase-images/preview.gif",
|
"preview": "showcase-images/preview.gif",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"usercss": "user.css",
|
"usercss": "user.css",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue