Skip to content

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#788) #373

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#788)

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#788) #373

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