Skip to content

Commit

Permalink
Merge pull request #8 from blue-tomato/develop
Browse files Browse the repository at this point in the history
0.1.2
  • Loading branch information
roman-16 committed Jul 25, 2024
2 parents 1390070 + a10d3f8 commit 41e240d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ jobs:
uses: martinbeentjes/npm-get-version-action@v1.3.1
id: get-package-version
- name: Create a release
uses: elgohr/Github-Release-Action@v5
with:
title: ${{ steps.get-package-version.outputs.current-version }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create -t ${{ steps.get-package-version.outputs.current-version }} ${{ steps.get-package-version.outputs.current-version }} --generate-notes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🪐 BLUETO
# [🪐 BLUETO](https://blueto.blue-tomato.com)

> the design system of Blue Tomato
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@blue-tomato/blueto",
"version": "0.1.1",
"version": "0.1.2",
"license": "EUPL-1.2",
"description": "🪐 BLUETO - the design system of Blue Tomato",
"homepage": "https://github.com/blue-tomato/blueto#readme",
"homepage": "https://blueto.blue-tomato.com",
"repository": {
"type": "git",
"url": "git+https://github.com/blue-tomato/blueto.git"
Expand Down

0 comments on commit 41e240d

Please sign in to comment.