Skip to content

Commit

Permalink
Merge pull request #202 from frmscoe/release
Browse files Browse the repository at this point in the history
fix: Reference main branch for release
  • Loading branch information
vorsterk authored Jul 11, 2024
2 parents 8cf48fe + 5c98ddb commit 7ab469c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
description: 'Milestone ID'
required: true
default: '1'
issues:
types:
- closed

jobs:
close_milestone:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ab469c

Please sign in to comment.