Skip to content

Commit

Permalink
Fix archiving the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Abestanis committed Jun 6, 2021
1 parent c943575 commit efcf812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive changelog
run: |
mv changelogs/current.txt changelogs/${{ steps.release_version.VERSION }}.txt
mv changelogs/current.txt changelogs/${{ steps.release_version.outputs.VERSION }}.txt
echo -n -e "\n" > changelogs/current.txt
- name: Push archived changelog
uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit efcf812

Please sign in to comment.