Skip to content

Commit

Permalink
fix: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 9, 2024
1 parent 25f7b15 commit aa6ec89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ jobs:
# Output the new tag
- name: Display new tag
if: ${{ success() && steps.versioning.outcome == 'success' }}
run: echo "Created new tag: ${{ steps.versioning.outputs.new_tag }}"
run: |
echo "Created new tag: ${{ steps.versioning.outputs.new_tag }}"

0 comments on commit aa6ec89

Please sign in to comment.