Skip to content

Commit

Permalink
fix: renamed v3 to dbux-3 to map with style guidelines (#82) (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Merget <[email protected]>
  • Loading branch information
annsch and nmerget authored Oct 12, 2022
1 parent d3f7250 commit 01dc14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/publish-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "📦 Create packages"
npm pack --quiet

TAG="latest"
if [[ "$GITHUB_COMMITISH" =~ v[0-9]+ ]];then
if [[ "$GITHUB_COMMITISH" =~ dbux-[0-9]+ ]];then
TAG=$GITHUB_COMMITISH
elif [[ $PRE_RELEASE == 'true' ]]; then
TAG="next"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
auto-update:
strategy:
matrix:
update: [{ head: "main", base: "v3" }]
update: [{ head: "main", base: "dbux-3" }]
uses: ./.github/workflows/99-auto-update-pr.yml
with:
head: ${{ matrix.update.head }}
Expand Down

0 comments on commit 01dc14a

Please sign in to comment.