Skip to content

Commit ccde7ad

Browse files
committed
fix(ci): update semantic-release-action/github-actions to v4
This is a no-code release to test that this repository's release workflow still functions.
1 parent 14ff808 commit ccde7ad

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ on:
1212
- "[0-9]+.[0-9]+.x"
1313
- "[0-9]+.x"
1414

15-
# Only allow one release workflow to execute at a time, since each release
16-
# workflow uses shared resources (git tags, package registries)
17-
concurrency:
18-
group: ${{ github.workflow }}
19-
2015
jobs:
2116
release:
22-
name: Release
23-
runs-on: ubuntu-latest
24-
25-
steps:
26-
- uses: semantic-release-action/github-actions@v3
17+
uses: semantic-release-action/github-actions/.github/workflows/release@v4

0 commit comments

Comments
 (0)