Skip to content

Bump Jenkins Inbound Agent Version to 3283.v92c105e0f819-7 (#277) #1861

Bump Jenkins Inbound Agent Version to 3283.v92c105e0f819-7 (#277)

Bump Jenkins Inbound Agent Version to 3283.v92c105e0f819-7 (#277) #1861

Workflow file for this run

name: Release Drafter
on:
workflow_dispatch:
push:
release:
# Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases
concurrency: "release-drafter"
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v5
env:
# This token is generated automatically by default in GitHub Actions: no need to create it manually
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}