Skip to content

Commit

Permalink
add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shinneng committed Sep 18, 2023
1 parent 0a283a7 commit d0461d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish to Pub.dev

on:
push:
tags:
- v*

jobs:
publishing:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@main # required!

- name: '>> Dart package <<'
uses: k-paxian/dart-package-publisher@master
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: xpx_crypto
description: Official ProximaX Sirius Blockchain implementation ed25519 encryption modules for Dart.
version: 0.0.4+1
version: 0.0.4+3
homepage: https://github.com/proximax-storage/dart-xpx-crypto
#author: 'Eleazar Garrido <eleazertovar123@gmail.com>'

Expand Down

0 comments on commit d0461d0

Please sign in to comment.