Skip to content

Commit 085bfa2

Browse files
authored
fix: Fix GitHub publish action (#98)
* Fix GitHub publish action * Update CHANGELOG
1 parent fea48ed commit 085bfa2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
password: ${{ secrets.PYPI_API_TOKEN }}
7272

7373
publish-gh-pages:
74+
runs-on: ubuntu-latest
7475
needs: [build-docs]
7576
steps:
7677
- uses: crazy-max/ghaction-github-pages@v2

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# [0.23.1] - 2022-05-17
8+
### Fixed
9+
- [PR 98](https://github.com/salesforce/django-declarative-apis/pull/98) Fix GitHub publish action
10+
711
# [0.23.0] - 2022-05-17
812
### Added
913
- [PR 96](https://github.com/salesforce/django-declarative-apis/pull/96) Minor tweaks for ReadTheDocs integration

0 commit comments

Comments
 (0)