Skip to content

Commit

Permalink
chore(ci): fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad committed Oct 25, 2024
1 parent e9f6827 commit 0b07077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
version="${{ github.event.inputs.tag || github.ref }}"
version=${version#v}
echo "$version"
- name: Set arch variable
run: |
Expand All @@ -57,6 +58,7 @@ jobs:
esac
}
arch=$(arch_alias ${{ matrix.target }})
echo "$arch"
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 0b07077

Please sign in to comment.