Skip to content

Commit

Permalink
ci: fix release task
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Nov 17, 2024
1 parent 1064c49 commit 23791a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Publish Release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: just release
run: just build

- name: Publish
if: startsWith(github.ref, 'refs/tags/') && env.PUBLISH_TOKEN
Expand Down
33 changes: 0 additions & 33 deletions ci/build.sh

This file was deleted.

3 changes: 0 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ build-test:
test *args='':
./.venv/bin/python3 -m robot.run --outputdir output {{args}} tests

release:
./ci/build.sh

# Download/update vendor packages
update-vendor:
go mod vendor
Expand Down

0 comments on commit 23791a8

Please sign in to comment.