Skip to content

feat(configuration): show deployment files in CI and tests in workflow #28

feat(configuration): show deployment files in CI and tests in workflow

feat(configuration): show deployment files in CI and tests in workflow #28

Workflow file for this run

name: push
on:
push:
branches: [main]
jobs:
publish-release:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun check
- run: bun types
- run: bun test
- name: 📢 Release
uses: tobua/release-npm-action@v3
with:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}