Attempt to fix gitversion info based on the branch being detached (#1… #1002
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: Create Milestone and Draft Release | |
on: | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- '**/*.md' | |
schedule: | |
- cron: '0 0 * * 4' | |
jobs: | |
create_milestone_and_draft_release: | |
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected] | |
secrets: | |
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }} |