Skip to content

Bump actions/attest-build-provenance from 2.0.1 to 2.1.0 (#813) #383

Bump actions/attest-build-provenance from 2.0.1 to 2.1.0 (#813)

Bump actions/attest-build-provenance from 2.0.1 to 2.1.0 (#813) #383

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/[email protected]
with:
tag: ${{ steps.version.outputs.version }}
name: ${{ steps.version.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}