Skip to content

build new action with buildx fallback #37

build new action with buildx fallback

build new action with buildx fallback #37

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