Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
driftregion committed Jan 21, 2024
1 parent 2b683ba commit b7365ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: release

on:
push:
tags: [ "v*" ]

name: release

jobs:
build:

Expand All @@ -19,6 +19,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
run: >-
gh release create ${{ github.ref_name }}
"bazel-bin/iso14229.zip#"
"bazel-bin/iso14229.zip#iso14229.zip"
--generate-notes
--title "Version ${{ github.ref_name }} (or some other name)"

0 comments on commit b7365ae

Please sign in to comment.