Skip to content

Commit

Permalink
Update .github/workflows/ dev_build_precache.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Mikheykin <[email protected]>
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer and diafour authored Jun 19, 2024
1 parent e8bf3b8 commit 8f65b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ dev_build_precache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if [[ "${{ github.ref_name }}" == 'pre-alpha' || "${{ github.ref_name }}" == 'main' ]]; then
MODULES_MODULE_TAG="${{ github.ref_name }}"
else
MODULES_MODULE_TAG="$(echo pr${{ github.event.pull_request.number }})"
MODULES_MODULE_TAG="pr${{ github.event.pull_request.number }}"
fi
echo "MODULES_MODULE_TAG=$MODULES_MODULE_TAG" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 8f65b77

Please sign in to comment.