diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b0ceccd..d7e71e6 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -19,6 +19,7 @@ jobs: - run: rm -rf result - uses: stefanzweifel/git-auto-commit-action@v5 + id: commit with: commit_message: "Automated update" commit_author: "Scheduler " @@ -32,5 +33,6 @@ jobs: version_prefix: "v0." - uses: rickstaa/action-create-tag@v1 + if: ${{ steps.commit.outputs.changes_detected }} == 'true' with: tag: "${{ env.PACKAGE_VERSION }}"