Skip to content

Commit

Permalink
Update CI and Package version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaalah committed Dec 29, 2023
1 parent 1ba9e72 commit 1c5cde1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build-design-language-system:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linode/design-language-system",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"module": "dist/index.js",
"exports": {
Expand Down

0 comments on commit 1c5cde1

Please sign in to comment.