Skip to content

chore(deps): update fluencelabs/lightmare docker tag to v0.2.2 (#120) #39

chore(deps): update fluencelabs/lightmare docker tag to v0.2.2 (#120)

chore(deps): update fluencelabs/lightmare docker tag to v0.2.2 (#120) #39

Workflow file for this run

name: "release-please"
on:
push:
branches:
- "main"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Run release-please
id: release
uses: googleapis/release-please-action@v4
with:
target-branch: main
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json
- name: Show output from release-please
if: steps.release.outputs.releases_created
env:
RELEASE_PLEASE_OUTPUT: ${{ toJSON(steps.release.outputs) }}
run: echo "${RELEASE_PLEASE_OUTPUT}" | jq