Skip to content

Commit

Permalink
Publish Disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushChothe committed Sep 22, 2023
1 parent b2ff57d commit 983c51b
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: pub publish
# name: pub publish

on:
push:
tags:
- "surrealdb_query_builder-v*.*.*"
workflow_call:
secrets:
PUB_CREDENTIALS:
required: true
description: "Pub Credentials"
# on:
# push:
# tags:
# - "surrealdb_query_builder-v*.*.*"
# workflow_call:
# secrets:
# PUB_CREDENTIALS:
# required: true
# description: "Pub Credentials"

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_pub_publish.yml@v1
with:
dart_sdk: "stable"
secrets:
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: ${{ secrets.PUB_CREDENTIALS }}

0 comments on commit 983c51b

Please sign in to comment.