Skip to content

Commit

Permalink
Improve release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrod committed May 20, 2024
1 parent 7497e03 commit 8d905fb
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
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
with:
title: $GITHUB_REF_NAME
title: ${{ github.ref }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -28,8 +28,8 @@ jobs:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
- target: aarch64-apple-darwin
os: macos-latest
# - target: aarch64-apple-darwin
# os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8d905fb

Please sign in to comment.