Skip to content

Commit 699ed0d

Browse files
Fix package version update script again (#316)
* Fix version bump in pubspec * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f6ff30 commit 699ed0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/versionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Get Latest pubspec.yaml
1919
run: |
2020
git fetch
21-
git merge origin/master
21+
git checkout origin/master pubspec.yaml
2222
git add pubspec.yaml
2323
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2424
git config --local user.name "github-actions[bot]"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pdftron_flutter
22
description: A convenience wrapper to build Flutter apps that use the PDFTron mobile SDK for smooth, flexible, and stand-alone document viewing.
3-
version: 1.0.1-23
3+
version: 1.0.1-24
44
homepage: https://www.pdftron.com
55
repository: https://github.com/PDFTron/pdftron-flutter
66
issue_tracker: https://github.com/PDFTron/pdftron-flutter/issues

0 commit comments

Comments
 (0)