Skip to content

Commit

Permalink
Almost their. The global env was not expanded. Maybe {} was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreG-P authored and physikerwelt committed Dec 8, 2020
1 parent 7e2f75d commit 9da9c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=date::$(echo $(date -u '+%m-%d'))"
- name: Build tag id
id: build_tag
run: echo "::set-output name=tag::$(echo 'paper-${{ steps.extract_branch_name.outputs.branch }}-${{ steps.current_date.outputs.date }}-r$GITHUB_RUN_ID')"
run: echo "::set-output name=tag::$(echo 'paper-${{ steps.extract_branch_name.outputs.branch }}-${{ steps.current_date.outputs.date }}-r${GITHUB_RUN_ID}')"
- name: Verify generated tag
run: echo "${{ steps.build_tag.outputs.tag }}"
- name: Upload release assets
Expand Down

0 comments on commit 9da9c90

Please sign in to comment.