Dump userli_extra_reserved_names to file to avoid "Filename to long" … #31
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@v5 | |
with: | |
publish: false | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |