Skip to content

Commit 290763c

Browse files
authored
fix: release please permissions (#106)
1 parent ea118eb commit 290763c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
needs: release-please
5858
if: ${{ needs.release-please.outputs.release_created }}
5959
runs-on: ubuntu-latest
60+
permissions:
61+
actions: write
6062
steps:
6163
- name: Trigger PyPI publish
6264
uses: actions/github-script@v7

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
## [2.1.4](https://github.com/PolusAI/filepattern/releases/tag/v2.1.4) (2025-03-10)
2323

24-
### Bug Fixes
25-
26-
* handle non-alphanumeric characters in infer_pattern ([#102](https://github.com/PolusAI/filepattern/pull/102))

0 commit comments

Comments
 (0)