Skip to content

Commit

Permalink
chore: Try to move option inside the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Aug 3, 2024
1 parent e5f96bc commit 98ed431
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"release-type": "simple",
"tag-separator": "@",
"include-component-in-tag": true,
"separate-pull-requests": true,
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ jobs:
id: release
with:
token: ${{ steps.ghapp-cybersecurity-ci.outputs.token }}
release-type: simple
config-file: ./.github/release-please-config.json
#path: ${{ matrix.component }}
path: ${{ matrix.component }}
2 changes: 1 addition & 1 deletion actions/jfrog-upload/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
JF_URL: "https://artifactory.ledgerlabs.net"
with:
oidc-provider-name: github
oidc-audience: artifactory-test-3
oidc-audience: artifactory-test-4
- run: |
jfrog rt u ${{ inputs.path }} ${{ inputs.artifactory_repository}}
shell: bash

0 comments on commit 98ed431

Please sign in to comment.