Skip to content

feat(#8): Add Promise upgrade support #10

feat(#8): Add Promise upgrade support

feat(#8): Add Promise upgrade support #10

Workflow file for this run

name: Build
on: "push"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: emphori/actions/semantic-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}