Skip to content

feat: use type imports so we will be able to drop unnecessary runtime… #30

feat: use type imports so we will be able to drop unnecessary runtime…

feat: use type imports so we will be able to drop unnecessary runtime… #30

name: release
on:
push:
branches:
- master
jobs:
stable:
uses: darkbasic/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 18
appId: ${{ vars.APP_ID }}
secrets:
npmToken: ${{ secrets.NPM_TOKEN }}
privateKey: ${{ secrets.APP_PRIVATE_KEY }}