1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-17 22:15:35 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release
34002fa51a 2.4.1
Automatically generated by python-semantic-release
2025-05-19 14:34:58 +00:00
a00d510a75 fix: skip actions on new tags 2025-05-19 16:34:19 +02:00
3 changed files with 10 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/github-script@v7
id: script
if: github.event_name == 'push'
if: github.event_name == 'push' && github.event.ref_type != 'tag'
with:
script: |
const prs = await github.rest.pulls.list({

View File

@@ -1,6 +1,14 @@
# CHANGELOG
## v2.4.1 (2025-05-19)
### Bug Fixes
- Skip actions on new tags
([`a00d510`](https://github.com/bec-project/bec_widgets/commit/a00d510a751900a4deb5f24a91cd1822ef7c1a10))
## v2.4.0 (2025-05-19)
### Bug Fixes

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_widgets"
version = "2.4.0"
version = "2.4.1"
description = "BEC Widgets"
requires-python = ">=3.10"
classifiers = [