diff --git a/.github/workflows/tails.yml b/.github/workflows/tails.yml index d4912ec..af24a6d 100644 --- a/.github/workflows/tails.yml +++ b/.github/workflows/tails.yml @@ -53,7 +53,7 @@ jobs: - name: Generate Release Notes run: | - echo "Release generated for Branch: **${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt + echo "Release generated for Branch: **$${{ env.BRANCH }}**" > ${{ github.workspace }}-CHANGELOG.txt - name: Create release and upload assets if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' @@ -66,7 +66,7 @@ jobs: files: buildout/* token: ${{ secrets.GITHUB_TOKEN }} body_path: ${{ github.workspace }}-CHANGELOG.txt - + - name: Generate endpoints if: steps.compare.outcome == 'success' && steps.compare.conclusion == 'success' run: |