Skip to content

Commit

Permalink
release workflow: change default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 committed Apr 1, 2022
1 parent 6740420 commit 3da59b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: master
ref: main
- name: Update Changelog
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: master
ref: main

- name: Get Changelog Entry
id: changelog_reader
Expand Down

0 comments on commit 3da59b1

Please sign in to comment.