From 16ec8ae369e6d2de415ea129ee832e9fb113518d Mon Sep 17 00:00:00 2001 From: goldbuick Date: Sat, 18 May 2024 08:34:46 -0400 Subject: [PATCH] testing version automation --- .github/workflows/task-update-version.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/task-update-version.yml b/.github/workflows/task-update-version.yml index 953dee55..ab0d5c57 100644 --- a/.github/workflows/task-update-version.yml +++ b/.github/workflows/task-update-version.yml @@ -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/semantic-version@v5.4.0 @@ -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/npm-version@1.1.1 + # with: + # version: ${{ steps.version.outputs. }} + - name: log package after run: cat ./package.json