Skip to content

Commit

Permalink
Merge pull request #90 from asfadmin/fix-release-workflow
Browse files Browse the repository at this point in the history
fix release workflow
  • Loading branch information
jtherrmann authored Jan 15, 2025
2 parents cbe94a6 + 3ba9f34 commit a9da961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
release_branch: prod
develop_branch: test
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Changed
- Replaced `flake8` with `ruff`.

### Fixed
- Fixed our release workflow. See https://github.com/asfadmin/grfn-gdal-api/issues/53

## [1.1.1]
### Changed
- Upgraded our GitHub Actions workflows to Python 3.11.
Expand Down

0 comments on commit a9da961

Please sign in to comment.