Skip to content

Commit 01dc14a

Browse files
annschnmerget
andauthored
fix: renamed v3 to dbux-3 to map with style guidelines (#82) (#83)
Co-authored-by: Nicolas Merget <[email protected]>
1 parent d3f7250 commit 01dc14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/scripts/publish-npm.sh

+1-1
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"

Diff for: .github/workflows/auto-update.yml

+1-1
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)