Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pho committed Apr 10, 2024
1 parent daa00b6 commit 6d517bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <github-actions[bot]@users.noreply.github.com>"
Expand All @@ -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 }}"

0 comments on commit 6d517bc

Please sign in to comment.