Skip to content

Upgrade actions that still uses Node.js 16 (#32) #12

Upgrade actions that still uses Node.js 16 (#32)

Upgrade actions that still uses Node.js 16 (#32) #12

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