Skip to content

Only use the major version of each Github Actions to avoid to have to… #456

Only use the major version of each Github Actions to avoid to have to…

Only use the major version of each Github Actions to avoid to have to… #456

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}