We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f171259 commit b5b1fe9Copy full SHA for b5b1fe9
.github/workflows/reusable-release-workflow.yml
@@ -347,6 +347,9 @@ jobs:
347
# https://github.com/actions/runner/issues/1984#issuecomment-1786255099
348
WORKAROUND_TEMP_DIR: "/home/runner/work/_temp/_github_home"
349
steps:
350
+ - name: mkdir workaround temporary directory
351
+ run: |
352
+ mkdir -p ${{ env.WORKAROUND_TEMP_DIR }}
353
# Actions do not support conditional expressions in the env: section,
354
# so workaround sets FULL_VERSION
355
- name: Conditionall sets env.FULL_VERSION for a pre-release
0 commit comments