Skip to content

Commit dc5bcbd

Browse files
committed
Update .github/workflows/release.yml
1 parent 4aaffa5 commit dc5bcbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ jobs:
1818
if: github.repository_owner == 'justtrackio'
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
persist-credentials: false
24-
fetch-depth: 0
24+
fetch-depth: '0'
2525

2626
- name: Release
2727
uses: cycjimmy/semantic-release-action@v4
2828
with:
29-
semantic_version: 19.0.5
29+
semantic_version: '21.1.1'
3030
extra_plugins: |
3131
@semantic-release/changelog
3232
@semantic-release/git
33-
conventional-changelog-conventionalcommits
33+
conventional-changelog-conventionalcommits@6.1.0
3434
branches: |
3535
[
3636
'+([0-9])?(.{+([0-9]),x}).x',
3737
'main'
3838
]
3939
env:
40-
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN_2023 }}

0 commit comments

Comments
 (0)