Skip to content

chore(main): release 2.1.0 (#794) #47

chore(main): release 2.1.0 (#794)

chore(main): release 2.1.0 (#794) #47

Workflow file for this run

name: Bundle Types
on:
push:
tags:
- 'v*' # Run workflow on version tags, e.g. v1.0.0.
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# These permissions are needed to assume roles from Github's OIDC.
permissions:
contents: read
id-token: write
jobs:
bundle-types:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 (2026-01-09)
with:
persist-credentials: false
- uses: grafana/plugin-actions/bundle-types@ad81bca30a8f98102741e1e6b0b6898a265ad691 # bundle-types/v1.0.3 (2026-02-24)
with:
entry-point: ./src/exposedComponents/types.ts
ts-config: ./tsconfig-for-bundle-types.json
node-version: '22'