Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
ci: fix upload sbom on release
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx committed Jul 19, 2023
1 parent d3f42bc commit 6df6989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release
on:
push:
# branches:
# - main
# - develop
branches:
- main
- develop
workflow_dispatch:

jobs:
Expand Down
5 changes: 0 additions & 5 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ module.exports = {
channel: 'alpha',
prerelease: 'alpha',
},
{
name: 'fix-sbom',
channel: 'test',
prerelease: 'test',
},
{
name: 'api-v2',
channel: 'pre-alpha',
Expand Down

0 comments on commit 6df6989

Please sign in to comment.