Skip to content

Commit 61907f6

Browse files
build(deps): update dependency semantic-release to v24.2.3 (#913)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent f4586df commit 61907f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
run: >
4747
npx
4848
49-
--package [email protected].1
49+
--package [email protected].3
5050
semantic-release

.gitlab/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ semantic-release:
88
npx
99
--package @semantic-release/[email protected]
1010
11-
--package [email protected].1
11+
--package [email protected].3
1212
semantic-release
1313
stage: release
1414
variables:

template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/semantic-release.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
run: >
4747
npx
4848
49-
--package [email protected].1
49+
--package [email protected].3
5050
semantic-release

template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/semantic-release.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ semantic-release:
88
npx
99
--package @semantic-release/[email protected]
1010
11-
--package [email protected].1
11+
--package [email protected].3
1212
semantic-release
1313
stage: release
1414
variables:

0 commit comments

Comments
 (0)