We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3303f7 + 781779f commit 3498b44Copy full SHA for 3498b44
1 file changed
.github/workflows/Release.yaml
@@ -8,14 +8,13 @@ jobs:
8
name: Release module
9
runs-on: ubuntu-latest
10
steps:
11
- - name: Update ubuntu runner
12
- uses: ./.github/actions/update-ubuntu-runner
13
- id: update-ubuntu-runner
14
- name: Checkout code
15
uses: actions/checkout@v3
16
with:
17
fetch-depth: 0
18
-
+ - name: Update ubuntu runner
+ uses: ./.github/actions/update-ubuntu-runner
+ id: update-ubuntu-runner
19
- name: Conventional Changelog Action
20
id: changelog
21
uses: TriPSs/conventional-changelog-action@v3
0 commit comments