Skip to content

Commit 183068f

Browse files
authored
⚡ Speed up the releasing process (#843)
<!-- Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors. All rights reserved. SPDX-License-Identifier: Apache-2.0 --> ### Description imrpove the releasing process by installing the tools ### Test Coverage <!-- Please put an `x` in the correct box e.g. `[x]` to indicate the testing coverage of this change. --> - [x] This change is covered by existing or additional automated tests. - [ ] Manual testing has been performed (and evidence provided) as automated testing was not feasible. - [ ] Additional tests are not required for this change (e.g. documentation update).
1 parent e291c2b commit 183068f

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929
- uses: FranzDiebold/github-env-vars-action@v2
3030
- name: Install CI/CD tools
3131
run: pip install continuous-delivery-scripts>=2.7 && pip list
32+
- name: Install goreleaser
33+
uses: goreleaser/goreleaser-action@v7
34+
with:
35+
install-only: true
36+
distribution: goreleaser
37+
version: latest
38+
- name: Install Syft
39+
uses: anchore/sbom-action/download-syft@v0
3240
- name: Tag and release
3341
run: cd-tag-and-release -b ${CI_ACTION_REF_NAME} -t ${{ github.event.inputs.release_type }} -vv
3442
env:

changes/20260407112643.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:zap: Speed up the releasing process

0 commit comments

Comments
 (0)