Skip to content

Commit efcf812

Browse files
committed
Fix archiving the changelog
1 parent c943575 commit efcf812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
- name: Archive changelog
3636
run: |
37-
mv changelogs/current.txt changelogs/${{ steps.release_version.VERSION }}.txt
37+
mv changelogs/current.txt changelogs/${{ steps.release_version.outputs.VERSION }}.txt
3838
echo -n -e "\n" > changelogs/current.txt
3939
- name: Push archived changelog
4040
uses: EndBug/add-and-commit@v7

0 commit comments

Comments
 (0)