Skip to content

Bump actions/setup-python from 4 to 5 (#688) #287

Bump actions/setup-python from 4 to 5 (#688)

Bump actions/setup-python from 4 to 5 (#688) #287

name: Release Drafter
on:
push:
branches: ["main"]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- id: version
run: |
version=$(date --utc '+%Y%m%d%H%M%S')
echo "::set-output name=version::$version"
- uses: release-drafter/release-drafter@v5
with:
tag: ${{ steps.version.outputs.version }}
name: ${{ steps.version.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}