Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bcopy committed Oct 6, 2024
2 parents 4353d1b + fbd682c commit cde34b0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 17 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@ jobs:
npm version $NEW_VERSION --no-git-tag-version
npm publish --tag $TAG
}
if [[ $GITHUB_REF == refs/heads/main ]]; then
# Publishing from main branch
publish_package "stable" "stable"
elif [[ $GITHUB_REF == refs/heads/develop ]]; then
# Publishing from develop branch
publish_package "dev" "dev"
elif [[ $GITHUB_REF == refs/tags/* ]]; then
# Publishing from a tag
VERSION=${GITHUB_REF#refs/tags/v}
npm publish
fi
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down
2 changes: 1 addition & 1 deletion dist/homie-lit.core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/homie-lit.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/homie-lit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/homie-lit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/homie-lit.min.js.map

Large diffs are not rendered by default.

0 comments on commit cde34b0

Please sign in to comment.