Skip to content

Commit

Permalink
Release script - checkout tag before building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Jul 3, 2024
1 parent d4ad605 commit 04c4229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
git push
git push --tags
cd dist
git checkout ${{steps.metadata.outputs.current-version}}
gradle -PweldVersion=${{steps.metadata.outputs.current-version}} -PweldPath=${GITHUB_WORKSPACE}
- name: Upload dist ZIP file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 04c4229

Please sign in to comment.