Skip to content

Commit

Permalink
SDF
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Dec 12, 2023
1 parent 8f1ef9b commit 786f221
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Lint
run: make lint

- name: Package
env:
LINODE_TOKEN: ${{ secrets.DX_LINODE_TOKEN }}
run: make
run: make build-ci

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 786f221

Please sign in to comment.