Merge pull request #1467 from CBATeam/useCompileScriptInCacheCode #102
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: | |
- master | |
jobs: | |
draft: | |
runs-on: ubuntu-latest | |
if: github.repository == 'CBATeam/CBA_A3' | |
steps: | |
- name: Release Drafter | |
uses: release-drafter/release-drafter@v5 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |