Skip to content

chore(deps): update infra.ci.jenkins.io plugins #632

chore(deps): update infra.ci.jenkins.io plugins

chore(deps): update infra.ci.jenkins.io plugins #632

Workflow file for this run

name: Release Drafter
on:
push:
workflow_dispatch:
release:
# Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases
concurrency: "release-drafter"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release Drafter
uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
with:
name: next
tag: next
version: next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}