Skip to content

Commit

Permalink
fixup! Fix branch protections
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hewlett committed Jan 10, 2024
1 parent 4c8c3e9 commit f443238
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,20 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup go-task
run: |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
echo "${PWD}/bin" >> $GITHUB_PATH
uses: arduino/setup-task@v1
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup protobuf
uses: arduino/setup-protoc@v2
with:
version: "24.3"

repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate, Test and Export
run: |
# Note: it is by design that we don't use the builder
Expand Down Expand Up @@ -58,4 +60,4 @@ jobs:
gh release upload $TAG swagger.tar.gz
tar -czf go-datatrails-common-api-gen.tar.gz go-datatrails-common-api-gen
gh release upload $TAG go-datatrails-common-api-gen.tar.gz
gh release upload $TAG go-datatrails-common-api-gen.tar.gz

0 comments on commit f443238

Please sign in to comment.