Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored May 4, 2024
1 parent eb9027f commit feb4546
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ env:
GO_VERSION: '1.22'

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Write version
run: echo "${GITHUB_REF#refs/tags/}" > ./cli/cmd/version.txt
- name: Replace version in PKGBUILD
run: sed -i "s/pkgver=.*/pkgver=${GITHUB_REF#refs/tags/}/" ./.github/workflows/PKGBUILD

build_linux_x86_64_debug:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit feb4546

Please sign in to comment.