Skip to content

Commit

Permalink
One more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valadas committed May 6, 2020
1 parent 99c016a commit 2914201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
MINOR: ${{ steps.branchVersion.minor }}
PATCH: ${{ steps.branchVersion.patch }}
MANIFEST_SAFE_VERSION_STRING: ${{ steps.branchVersion.manifestSafeVersionString }}
run: "echo major: $MAJOR minor: $MINOR patch: $PATCH manifestSaveVersionString: $MANIFEST_SAFE_VERSION_STRING"
run: "echo major: $MAJOR minor: $MINOR patch: $PATCH manifestSafeVersionString: $MANIFEST_SAFE_VERSION_STRING"
```
Obviously replace the **Dump step** with something more useful for your process.
Expand Down

0 comments on commit 2914201

Please # to comment.