Skip to content

πŸ“ˆ (other)[DSDK-62]: Add SonarQube integration (#29) #5

πŸ“ˆ (other)[DSDK-62]: Add SonarQube integration (#29)

πŸ“ˆ (other)[DSDK-62]: Add SonarQube integration (#29) #5

Workflow file for this run

name: create release pull request
on:
push:
branches:
- develop
env:
FORCE_COLOR: "1"
jobs:
version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./actions/setup-toolchain-composite
- name: install dependencies
run: pnpm install
- name: create release pull request
uses: changesets/action@v1
with:
version: pnpm bump
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}