Skip to content

Commit e6e1724

Browse files
committed
chore(ci): Fix new release process
1 parent 02afc59 commit e6e1724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: create-release
3333
runs-on: ubuntu-latest
3434
outputs:
35-
version: ${{ env.TAG }}
35+
tag: ${{ env.TAG }}
3636
steps:
3737
- name: Checkout repository
3838
uses: actions/checkout@v4

0 commit comments

Comments
 (0)