Skip to content

Commit

Permalink
Update release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
omajid committed Jun 19, 2023
1 parent 467aca7 commit 4e01bbb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf install -y dotnet-sdk-3.1 git make
dnf install -y dotnet-sdk-6.0 git make
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.ref }}

- name: Run tests and publish binaries
run: |
set -euo pipefail
# work-around actions/checkout losing annotation information: https://github.com/actions/checkout/issues/290
git fetch -f origin ${{ github.ref }}:${{ github.ref }}
git config --global --add safe.directory "$(pwd)"
make check
make publish
Expand Down

0 comments on commit 4e01bbb

Please sign in to comment.