Merge pull request #237 from 0x46616c6b/dependabot/npm_and_yarn/dev-d… #88
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release Drafter | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
release: | |
name: Update Release | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Publish Release | |
uses: release-drafter/release-drafter@v6 | |
with: | |
publish: false | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |