Skip to content

Commit

Permalink
feat(workflow): auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
Neox63 committed Jun 4, 2024
1 parent 8aa832a commit 482fa01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create Release
on:
push:
branches:
- feat/release-workflow
- flexy

jobs:
create-release:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.3",
"version": "1.0.0",
"name": "thelia/flexy",
"description": "Thelia Design System",
"description": "thelia design system",
"license": "LGPL-3.0+",
"require": {}
}

0 comments on commit 482fa01

Please sign in to comment.