Skip to content

Commit

Permalink
fix changelog action
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Schaller <ivan@schaller.sh>
  • Loading branch information
olofvndrhr committed Aug 30, 2024
1 parent fd90cbc commit 015745f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitea/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
go-version: ">=1.20"

- name: install hatc h
- name: install hatch
run: pip install -U hatch hatchling

- name: build package
Expand Down
2 changes: 1 addition & 1 deletion .gitea/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master
ref: main

- name: install auto-changelog
run: npm install auto-changelog
Expand Down

0 comments on commit 015745f

Please sign in to comment.