Skip to content

Commit 3498b44

Browse files
authored
Merge pull request #48 from WeAreInSpark/fix/release-workflow
ci: change checkout task
2 parents b3303f7 + 781779f commit 3498b44

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/Release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ jobs:
88
name: Release module
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Update ubuntu runner
12-
uses: ./.github/actions/update-ubuntu-runner
13-
id: update-ubuntu-runner
1411
- name: Checkout code
1512
uses: actions/checkout@v3
1613
with:
1714
fetch-depth: 0
18-
15+
- name: Update ubuntu runner
16+
uses: ./.github/actions/update-ubuntu-runner
17+
id: update-ubuntu-runner
1918
- name: Conventional Changelog Action
2019
id: changelog
2120
uses: TriPSs/conventional-changelog-action@v3

0 commit comments

Comments
 (0)