Skip to content

feat: downgrade async version to 2.8.2 #126

feat: downgrade async version to 2.8.2

feat: downgrade async version to 2.8.2 #126

Workflow file for this run

# main.yml
name: publish pub
on:
push:
tags:
- v*
jobs:
process:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
skip_test: true