Skip to content

Commit 042a706

Browse files
GitHub Actionssm17p
authored andcommitted
chore(release): v0.2.1
1 parent d6ece1c commit 042a706

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
if: ${{ needs.changeset_check.outputs.hasChangesets == 'true' }}
128128
uses: softprops/action-gh-release@v1
129129
with:
130-
tag_name: v${{ needs.changeset_check.outputs.currentVersion }}
131-
name: amgiflol@${{ needs.changeset_check.outputs.currentVersion }}
130+
tag_name: v${{ needs.changeset_check.outputs.newVersion }}
131+
name: amgiflol@${{ needs.changeset_check.outputs.newVersion }}
132132
body_path: CHANGELOG.md
133133
files: |
134134
dist/*.zip

0 commit comments

Comments
 (0)