Skip to content

Commit

Permalink
latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Mar 18, 2024
1 parent ae4b347 commit ba7a0dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/veracode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
runs-on: [self-hosted, master]
steps:


- name: Determine latest tag
id: latest_tag
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
# 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 ba7a0dc

Please sign in to comment.