We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c943575 commit efcf812Copy full SHA for efcf812
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- name: Archive changelog
36
run: |
37
- mv changelogs/current.txt changelogs/${{ steps.release_version.VERSION }}.txt
+ mv changelogs/current.txt changelogs/${{ steps.release_version.outputs.VERSION }}.txt
38
echo -n -e "\n" > changelogs/current.txt
39
- name: Push archived changelog
40
uses: EndBug/add-and-commit@v7
0 commit comments