diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index f1b2dc1..41bf269 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -7,9 +7,6 @@ on: description: 'Milestone ID' required: true default: '1' - issues: - types: - - closed jobs: close_milestone: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcfb080..b22fcd8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 with: + ref: main fetch-depth: 0 # Fetch all tags # Fetch merged pull request and determine release labels