We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ae742 commit c4f4581Copy full SHA for c4f4581
.github/workflows/dart.yml
@@ -2,10 +2,8 @@ name: Publish to pub.dev
2
3
on:
4
push:
5
- branches:
6
- - master
7
- #tags:
8
- #- 'v[0-9]+.[0-9]+.[0-9]+*'
+ tags:
+ - 'v[0-9]+.[0-9]+.[0-9]+*'
9
10
jobs:
11
publish:
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.0
+
+- **FIX**: removes environment from github pipeline
## 1.0.2
- **FIX**: orElse fix value on error handler with nullable
pubspec.yaml
@@ -1,7 +1,7 @@
name: error_or_plus
description: A simple, fluent discriminated union of an error or a result. Inspired by ErrorOr for .net by Amantiband
-version: 1.0.2
+version: 1.1.0
repository: https://github.com/lucafabbri/flutter-error-or
environment:
0 commit comments