Skip to content

Commit faa90fa

Browse files
authored
fix: renamed v3 to dbux-3 to map with style guidelines (#82)
1 parent 8d8086b commit faa90fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/publish-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echo "📦 Create packages"
1919
npm pack --quiet
2020

2121
TAG="latest"
22-
if [[ "$GITHUB_COMMITISH" =~ v[0-9]+ ]];then
22+
if [[ "$GITHUB_COMMITISH" =~ dbux-[0-9]+ ]];then
2323
TAG=$GITHUB_COMMITISH
2424
elif [[ $PRE_RELEASE == 'true' ]]; then
2525
TAG="next"

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
auto-update:
1010
strategy:
1111
matrix:
12-
update: [{ head: "main", base: "v3" }]
12+
update: [{ head: "main", base: "dbux-3" }]
1313
uses: ./.github/workflows/99-auto-update-pr.yml
1414
with:
1515
head: ${{ matrix.update.head }}

0 commit comments

Comments
 (0)