Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit ac4ca6a

Browse files
Fix wrong release tag
1 parent 8f41374 commit ac4ca6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_carton.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Create Release with WASM bundle
7474
uses: ncipollo/release-action@v1
7575
with:
76-
tag: "release-${{ steps.compute-version.outputs.value }}"
76+
tag: "release-${{ matrix.swift-version }}-${{ steps.compute-version.outputs.value }}"
7777
commit: ${{ github.sha }}
7878
artifacts: "${{ steps.create-build.outputs.bundle_name }}"
7979
omitBody: true

0 commit comments

Comments
 (0)