Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
K9i-0 committed Jun 1, 2024
1 parent e74ed36 commit dd5ed2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config user.email [email protected]
git add pubspec.yaml
git commit -m "Update pubspec.yaml version to ${{ steps.vars.outputs.tag }}"
git push
git push origin main
publish:
needs: increment_version
Expand Down

0 comments on commit dd5ed2b

Please sign in to comment.