Skip to content

Commit

Permalink
OPCUA-2920
Browse files Browse the repository at this point in the history
  • Loading branch information
parasxos authored Dec 13, 2022
1 parent ae439f0 commit 89c7d96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:

- name: Define version name
run: |
if [ ${{ startsWith(github.ref_name, 'dev') }} = true ]; then
if [ ${{ startsWith(github.ref_name, 'v1.') }} = true ]; then
echo "VERSION_NAME=${{ github.ref_name }}" >> $GITHUB_ENV
elif [ ${{ github.event.release.tag_name != '' }} = true ]; then
echo "VERSION_NAME=version/${{ github.event.release.tag_name }}" >> $GITHUB_ENV
else
echo "VERSION_NAME=latest" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 89c7d96

Please sign in to comment.