Skip to content

Commit

Permalink
GitHub Actions CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Jun 5, 2024
1 parent 95fee17 commit 717690e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish_pubdev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish to Pub.dev

on:
push:
branches: [main]

jobs:
publishing:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2

- name: "pos"
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}

0 comments on commit 717690e

Please sign in to comment.