Skip to content

Commit

Permalink
chore: Update release.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Aug 27, 2024
1 parent f34d608 commit 84d90fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
# Assume that the last merge to `main` always happens in less than 100 last commits
fetch-depth: 100
- name: Additional checkout
run: |
Expand Down Expand Up @@ -60,4 +59,12 @@ jobs:
package-name: ${{ matrix.component }}
monorepo-tags: true
path: ${{ matrix.component }}
include-v-in-tag: false
include-v-in-tag: false
- uses: actions/checkout@v4
with:
fetch-depth: 100
- name: tag major and minor versions
if: ${{ steps.release.outputs.release_created }}
run: |
echo ${{ steps.release.outputs.releases_created }}
echo ${{ steps.release.outputs.paths_released }}
4 changes: 3 additions & 1 deletion actions/jfrog-login/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ runs:
oidc-provider-name: github
oidc-audience: artifactory
- name: JFrog CLI version
run: jf --version
shell: bash
run: |
jf --version

0 comments on commit 84d90fc

Please sign in to comment.