Skip to content

Commit

Permalink
Publish Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushChothe committed Sep 22, 2023
1 parent 60b91e8 commit 2b1cfdd
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# name: pub publish
name: pub publish

# on:
# push:
# tags:
# - "surrealdb_query_builder-v*.*.*"
on:
push:
tags:
- "surrealdb_query_builder-v*.*.*"

# jobs:
# build:
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_pub_publish.yml@v1
# with:
# dart_sdk: "stable"
# pub_credentials: secrets.PUB_CREDENTIALS
env:
PUB_CREDENTIALS: ${{ secrets.PUB_CREDENTIALS }}

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_pub_publish.yml@v1
with:
dart_sdk: "stable"
pub_credentials: "$PUB_CREDENTIALS"

0 comments on commit 2b1cfdd

Please sign in to comment.