Skip to content

Commit

Permalink
🐳 chore: Increment
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA-styx committed Dec 6, 2024
1 parent 4481cfb commit 728b715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
prefix: '** '
suffix: ' **'
commit_message: 'Theme version updated to 0.3.'
- name: Increment value 2
uses: yoichiro/gh-action-increment-value@main
- name: Next Version
uses: Piszmog/next-version@v1
with:
target_directory: 'sbpp-windmill-dashboard'
target_file: 'version.json'
prefix: 'git": "'
suffix: '"'
commit_message: 'Theme version updated to 0.3.'
token: ${{ secrets.PAT }}
files: version.json

1 change: 0 additions & 1 deletion sbpp-windmill-dashboard/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"version": "0.3.10",
"git": "NaN"version": "0.3.10",
"git": "10",
"dev": true
}

0 comments on commit 728b715

Please sign in to comment.