Skip to content

deps(apt): update python3-pip from 22.0.2+dfsg-1ubuntu0.3 to 22.0.2+d… #165

deps(apt): update python3-pip from 22.0.2+dfsg-1ubuntu0.3 to 22.0.2+d…

deps(apt): update python3-pip from 22.0.2+dfsg-1ubuntu0.3 to 22.0.2+d… #165

---
name: Create Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13
with:
command: manifest
token: ${{ secrets.AMP_RELEASER_TOKEN }}