Skip to content

Commit 6a079a7

Browse files
committed
correct release version naming
1 parent 6b6ed24 commit 6a079a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: "marvinpinto/action-automatic-releases@latest"
6666
with:
6767
repo_token: "${{ secrets.GITHUB_TOKEN }}"
68-
automatic_release_tag: "${{ env.SIDE_RELEASE_VERSION }}"
68+
automatic_release_tag: "${{ env.SIDE_RELEASE_VERSION }}-${{ matrix.platform }}"
6969
prerelease: false
7070
files: packages/selenium-ide/dist/Selenium*
7171
continue-on-error: true

0 commit comments

Comments
 (0)