Skip to content

Commit c646922

Browse files
committed
add build artifact to release zip files
1 parent da9fe97 commit c646922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/create-release@v1
6464
id: create_release
6565
with:
66-
tag_name: v${{ github.run_number }} # Use a versioned tag like 'v1.0.0' or 'v{run_number}'
66+
tag_name: v0.0.${{ github.run_number }} # Use a versioned tag like 'v1.0.0' or 'v{run_number}'
6767
release_name: "Release v${{ github.run_number }}"
6868
body: "Release of journalview version ${{ github.event.inputs.version }}"
6969
draft: false

0 commit comments

Comments
 (0)