mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-20 20:59:07 +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
|
||||
env:
|
||||
REPO: self
|
||||
BRANCH: release
|
||||
BRANCH: release-stable
|
||||
FOLDER: dist
|
||||
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
|
||||
env:
|
||||
REPO: self
|
||||
BRANCH: beta-release
|
||||
BRANCH: release-beta
|
||||
FOLDER: dist
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"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)",
|
||||
"branch": "beta-release",
|
||||
"branch": "release-beta",
|
||||
"preview": "showcase-images/preview.gif",
|
||||
"readme": "README.md",
|
||||
"usercss": "user.css",
|
||||
|
|
|
|||
Loading…
Reference in a new issue