Skip to content

Commit

Permalink
latest tag rc
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Mar 18, 2024
1 parent ba7a0dc commit c506347
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/veracode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,14 @@ jobs:
steps:


- name: Determine latest tag
id: latest_tag
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Test
run: |
echo "::set-output name=TAG::$(git describe --tags `git rev-list --tags --max-count=1`)"
echo nuxeo-web-ui-${{ steps.latest_tag.outputs.TAG }}.zip
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it and copies all sources into ZIP file for submitting for analysis. Replace this section with your applications build steps
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit c506347

Please sign in to comment.