We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8086b commit faa90faCopy full SHA for faa90fa
.github/scripts/publish-npm.sh
@@ -19,7 +19,7 @@ echo "📦 Create packages"
19
npm pack --quiet
20
21
TAG="latest"
22
-if [[ "$GITHUB_COMMITISH" =~ v[0-9]+ ]];then
+if [[ "$GITHUB_COMMITISH" =~ dbux-[0-9]+ ]];then
23
TAG=$GITHUB_COMMITISH
24
elif [[ $PRE_RELEASE == 'true' ]]; then
25
TAG="next"
.github/workflows/auto-update.yml
@@ -9,7 +9,7 @@ jobs:
9
auto-update:
10
strategy:
11
matrix:
12
- update: [{ head: "main", base: "v3" }]
+ update: [{ head: "main", base: "dbux-3" }]
13
uses: ./.github/workflows/99-auto-update-pr.yml
14
with:
15
head: ${{ matrix.update.head }}
0 commit comments