Skip to content

Commit

Permalink
Updating workflow automation
Browse files Browse the repository at this point in the history
  • Loading branch information
netboot-ci committed Nov 29, 2023
1 parent 8afedfc commit 111399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 111399b

Please sign in to comment.