Skip to content

Commit c4f4581

Browse files
author
Luca Fabbri
committed
fix: removes environment from github pipeline
1 parent 77ae742 commit c4f4581

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/dart.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: Publish to pub.dev
22

33
on:
44
push:
5-
branches:
6-
- master
7-
#tags:
8-
#- 'v[0-9]+.[0-9]+.[0-9]+*'
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+*'
97

108
jobs:
119
publish:

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0
2+
3+
- **FIX**: removes environment from github pipeline
4+
15
## 1.0.2
26

37
- **FIX**: orElse fix value on error handler with nullable

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
name: error_or_plus
33
description: A simple, fluent discriminated union of an error or a result. Inspired by ErrorOr for .net by Amantiband
4-
version: 1.0.2
4+
version: 1.1.0
55
repository: https://github.com/lucafabbri/flutter-error-or
66

77
environment:

0 commit comments

Comments
 (0)