Changeset 59526
- Timestamp:
- 12/17/2024 01:26:04 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-performance.yml
r59525 r59526 264 264 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }} 265 265 run: | 266 npm run env:cli -- core update --version=${{ env.BASE_TAG }} --force --path=/var/www/${{ env.LOCAL_DIR }} 266 VERSION="${{ env.BASE_TAG }}" 267 VERSION="${VERSION%.0}" 268 npm run env:cli -- core update --version=$VERSION --force --path=/var/www/${{ env.LOCAL_DIR }} 267 269 npm run env:cli -- core version --path=/var/www/${{ env.LOCAL_DIR }} 268 270
Note: See TracChangeset
for help on using the changeset viewer.