Skip to content

chore: release cli 0.4.0 (#37) #4

chore: release cli 0.4.0 (#37)

chore: release cli 0.4.0 (#37) #4

Workflow file for this run

#
# Copyright (c) 2023 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/carbynestack/cli.
#
# SPDX-License-Identifier: Apache-2.0
#
name: Release
on:
push:
branches:
- master
jobs:
release-please:
runs-on: ubuntu-22.04
steps:
- name: Release Please
uses: google-github-actions/release-please-action@v3
with:
command: manifest
signoff: "cs-minion <[email protected]>"
token: ${{ secrets.CS_MINION_PAT }}