Skip to content

v1.0.0-dev.7

v1.0.0-dev.7 #27

Workflow file for this run

name: Publishing package
on:
release:
types: [ published ]
# push:
# branches: [ develop ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
dry_run: false
skip_test: true