Skip to content

Commit

Permalink
fix: update tests for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thauan committed Jan 20, 2025
1 parent 266ac2f commit e8ca80d
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 e8ca80d

Please sign in to comment.