Skip to content

Commit

Permalink
release.sh fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riskpp committed Aug 3, 2022
1 parent 8e95ea5 commit e06ef1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ setVersion $RELEASE_VERSION
updateChangelog $RELEASE_VERSION

# Remove package lock (temporary)
rm -f pubspec.lock
# rm -f pubspec.lock

git add .

Expand All @@ -38,7 +38,7 @@ git commit -a -m "Release: $RELEASE_VERSION"
# Create and push tag
git tag $RELEASE_VERSION -m "Release: $RELEASE_VERSION"

git show-ref
# git show-ref

# Push changes
git push origin $BRANCH_NAME_TO_BUILD --tags

0 comments on commit e06ef1a

Please sign in to comment.