Skip to content

Commit 34fa9f7

Browse files
authored
fix(ci): fix release-please attachments (#43)
1 parent dfd74db commit 34fa9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
mage package "${PACKAGE_NAME}"
6666
env:
67-
PACKAGE_NAME: ${{ steps.release.outputs.version }}
67+
PACKAGE_NAME: ${{ steps.release.outputs.tag_name }}
6868

6969
- name: Attach build artifacts to release
7070
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)