Skip to content

Commit

Permalink
Added github workflow for auto publishing to pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arok committed Jul 5, 2024
1 parent 75e14ed commit 7a86d0c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish to pub.dev

on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'

jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Updraft is built by App Agencies [Apps with love](https://appswithlove.com/) and
Add this line to your pubspec.yaml file:

```
updraft_sdk_flutter: ^0.0.1-dev4
updraft_sdk_flutter: ^0.0.1
```

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: updraft_sdk_flutter
description: "Updraft Flutter SDK project."
version: 0.0.1-dev4
version: 0.0.1
homepage: https://github.com/appswithlove/updraft-sdk-flutter

environment:
Expand Down

0 comments on commit 7a86d0c

Please sign in to comment.