We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ece1c commit 042a706Copy full SHA for 042a706
1 file changed
.github/workflows/release.yml
@@ -127,8 +127,8 @@ jobs:
127
if: ${{ needs.changeset_check.outputs.hasChangesets == 'true' }}
128
uses: softprops/action-gh-release@v1
129
with:
130
- tag_name: v${{ needs.changeset_check.outputs.currentVersion }}
131
- name: amgiflol@${{ needs.changeset_check.outputs.currentVersion }}
+ tag_name: v${{ needs.changeset_check.outputs.newVersion }}
+ name: amgiflol@${{ needs.changeset_check.outputs.newVersion }}
132
body_path: CHANGELOG.md
133
files: |
134
dist/*.zip
0 commit comments