Skip to content

Commit

Permalink
testing version automation
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbuick committed May 18, 2024
1 parent abb9442 commit 16ec8ae
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/task-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
with:
fetch-depth: 0

- name: log package before
run: cat ./package.json

- name: scan commits for versioning
id: version
uses: paulhatch/[email protected]
Expand All @@ -25,5 +22,14 @@ jobs:
bump_each_commit_patch_pattern: "(fix|add): "
bump_each_commit: true

- name: update zss version
run: |
echo "test ${{ steps.version.outputs }}"
# - name: update zss version
# uses: reedyuk/[email protected]
# with:
# version: ${{ steps.version.outputs. }}

- name: log package after
run: cat ./package.json

0 comments on commit 16ec8ae

Please sign in to comment.