Skip to content

Commit

Permalink
Merge pull request #52 from yuma140902/release/v0.3.1
Browse files Browse the repository at this point in the history
release/v0.3.1
  • Loading branch information
yuma140902 authored Oct 15, 2023
2 parents c405017 + eea97b5 commit c5c4d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref=${{ github.head_ref }}
version=${ref#release/}
echo $version
echo "version=$tag" >> $GITHUB_OUTPUT
echo "version=$version" >> $GITHUB_OUTPUT
build:
name: Build for ${{ matrix.target }} on ${{ matrix.os }}
Expand Down

0 comments on commit c5c4d04

Please sign in to comment.