Skip to content

Commit

Permalink
10.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Mar 20, 2024
1 parent 49232e9 commit 6476dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
ssh-keyscan -t rsa svn-23450.prod.hosting.acquia.com >> /root/.ssh/known_hosts &&
composer install -n &&
blt blt:telemetry:disable --no-interaction &&
DATE=$(date +'%Y-%m-%d') &&
blt deploy --tag=$(echo $DATE_${{ steps.tag.outputs.tag }}) --commit-msg=${{ steps.tag.outputs.tag }} --no-interaction
blt deploy --tag=$(date +'%Y-%m-%d')"_"${{ steps.tag.outputs.tag }} --commit-msg=${{ steps.tag.outputs.tag }} --no-interaction
- name: Get Next Release
if: ${{ steps.tag.outputs.tag }}
id: next_tag
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Stanford HumSci'
type: profile
description: 'Installation profile for HumSci Drupal'
version: 10.1.5
version: 10.1.6
core_version_requirement: '^9.4 || ^10'
themes:
- material_admin
Expand Down

0 comments on commit 6476dc7

Please sign in to comment.