rename release branches

This commit is contained in:
Send_Nukez 2021-11-27 09:49:49 +01:00
parent 5d537336a9
commit 8e702a49e1
3 changed files with 3 additions and 3 deletions

View file

@ -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 }}

View file

@ -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 }}

View file

@ -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",