Skip to content

Commit

Permalink
feat(workflow): auto release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Neox63 committed Jun 4, 2024
1 parent 916aac1 commit 19f697e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install jq
run: sudo apt-get install jq -y

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
cache-dependency-path: ./package.json

- run: npm install

- name: Read version from composer.json
id: read_version
run: |
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"name": "thelia/flexy",
"description": "thelia design system",
"license": "LGPL-3.0+",
Expand Down

0 comments on commit 19f697e

Please sign in to comment.