Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Oct 31, 2023
1 parent 5115d5b commit 8dfe615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

- name: Build and publish to npm
if: github.ref == 'refs/tags/v*'
if: startsWith(github.ref, 'refs/tags/v')
run: |
yarn build
npm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bleu/ui",
"description": "",
"version": "0.1.0",
"version": "0.1.1",
"author": "",
"license": "",
"keywords": [],
Expand Down

0 comments on commit 8dfe615

Please sign in to comment.