Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into development-update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thejmitchener authored Apr 4, 2024
2 parents dcc3964 + f51d609 commit d60bf5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
with:
tag_name: ${{ steps.bump_version.outputs.new_tag }}
release_name: ${{ steps.bump_version.outputs.new_tag }}
draft: false
draft: true
prerelease: false
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main
ref: 'main'

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
Expand Down

0 comments on commit d60bf5f

Please sign in to comment.