Skip to content

Commit 2bc4391

Browse files
committed
trigger ci
1 parent 4c0166d commit 2bc4391

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-and-upload-sbom.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ jobs:
4747
ls -la sbom-*.json sboms.tar.gz
4848
4949
- name: balena CLI Action
50-
uses: balena-io-experimental/community-cli-action@main
50+
uses: balena-io-experimental/setup-balena-action@main
5151
with:
5252
balena_token: ${{secrets.BALENA_API_TOKEN}}
5353

5454
- name: Create Balena Release
5555
id: create-release
5656
run: |
57-
# Push to Balena and create a release
5857
echo "Creating release for fleet: ${{ env.FLEET_SLUG }}"
5958
6059
# Build and push the release

0 commit comments

Comments
 (0)