Skip to content

Commit

Permalink
fix: removes environment from github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Fabbri committed Jul 5, 2024
1 parent 77ae742 commit c4f4581
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Publish to pub.dev

on:
push:
branches:
- master
#tags:
#- 'v[0-9]+.[0-9]+.[0-9]+*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:
publish:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- **FIX**: removes environment from github pipeline

## 1.0.2

- **FIX**: orElse fix value on error handler with nullable
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c4f4581

Please sign in to comment.