Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Mar 14, 2024
1 parent 7aa7a8b commit 661fbeb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish utopia_database

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

jobs:
publish:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
with:
environment: pub.dev
working-directory: packages/utopia_database/
2 changes: 1 addition & 1 deletion packages/utopia_database/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Utopia Database

Utopia Database is light and fast database library for Dart. It is designed to be simple and easy to use. It currently supports only MariaDB database but you can contribute to [add adapters to other databases](doc/add_database_adapter.md).
Utopia Database is light and fast database library for Dart. It is designed to be simple and easy to use. It currently supports only MariaDB database but you can contribute to [add adapters to other databases](./doc/add_database_adapter.md).

## Setup

Expand Down

0 comments on commit 661fbeb

Please sign in to comment.