Skip to content

Commit 7e2816d

Browse files
committed
Correct release workflow
1 parent a43a5e6 commit 7e2816d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
with:
100100
token: ${{ secrets.GITHUB_TOKEN }}
101101
files: 'example.phar'
102-
folder: "${{github.workspace}}/"
103-
tag: ${{ github.ref }}
102+
folder: './'
103+
tag: ${{ steps.get-version.outputs.version }}
104104
name: ${{ steps.get-version.outputs.version }}
105105
body: 'Next stable release.'
106106
draft: false

0 commit comments

Comments
 (0)