Skip to content

Commit

Permalink
Fix branch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin authored Jul 26, 2023
1 parent 2fc724d commit 0695ac2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
name: sapphirewrapper-${{ matrix.goos }}-${{ matrix.goarch }}
path: ./go/sapphirewrapper${{ matrix.ext }}

- name: Checkout code
uses: actions/checkout@v2
with:
ref: refs/heads/main

- name: Commit and push built library
run: |
git config --global user.name 'github-actions'
Expand Down

0 comments on commit 0695ac2

Please sign in to comment.