Skip to content

fix: update qcs-api-client dependencies to 0.12.12, (0.13.13 grpc) #261

fix: update qcs-api-client dependencies to 0.12.12, (0.13.13 grpc)

fix: update qcs-api-client dependencies to 0.12.12, (0.13.13 grpc) #261

Workflow file for this run

name: Release Dry Run
on:
push:
branches:
- main
pull_request:
jobs:
release-dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Install Knope
uses: knope-dev/action@v2.1.0
with:
version: 0.19.2 # Test before updating, breaking changes likely: https://github.com/knope-dev/action#install-latest-version
- name: Display Pending Release
run: knope release --dry-run --verbose
env:
GITHUB_TOKEN: ${{ secrets.PAT }}