Skip to content

Commit 44f8cc1

Browse files
Edited automatic-release.yml
1 parent 2d78c2a commit 44f8cc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automatic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: "marvinpinto/action-automatic-releases@latest"
2929
with:
3030
repo_token: "${{ secrets.GITHUB_TOKEN }}"
31-
automatic_release_tag: "$PACKAGE_VERSION"
31+
automatic_release_tag: "${{ env.PACKAGE_VERSION }}"
3232
title: "Auto Build"
3333
files: |
3434
dist/*

0 commit comments

Comments
 (0)