Skip to content

Commit

Permalink
Merge pull request #4 from Thauan/feat/implement-jest-tests
Browse files Browse the repository at this point in the history
fix: update tests for actions
  • Loading branch information
Thauan authored Jan 20, 2025
2 parents 3fba29f + e8ca80d commit 72faeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/increment-pubspec-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Current pubspec.yaml version
run: |
Current pubspec.yaml Version: v${{ steps.increment_version.outputs.new_version }}
echo Current pubspec.yaml Version: v${{ steps.increment_version.outputs.new_version }}
- name: Create Tag with New Version
if: steps.increment_version.outputs.new_version
run: |
Expand Down

0 comments on commit 72faeb1

Please sign in to comment.