Skip to content

Commit

Permalink
Open MooseWelcome for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec authored Jul 12, 2024
1 parent d433a3f commit 36409d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
shell: bash
timeout-minutes: 15

- name: set-version
run: |
ls -l $SMALLTALK_CI_VM
$SMALLTALK_CI_VM $SMALLTALK_CI_IMAGE eval --save "MooseVersion current commitHash: '$GITHUB_SHA'. HelpBrowser allInstances do: #close. MooseWelcome openForRelease"
- name: package
run: |
mv /home/runner/.smalltalkCI/_builds/* .
Expand Down

0 comments on commit 36409d7

Please sign in to comment.