Skip to content

Commit

Permalink
Remove duplicate build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Apr 4, 2024
1 parent cf397c7 commit b1dddc6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
go-version-file: "go.mod"
cache: true

- name: "Build Package"
run: make build

- name: "Get release variables"
run: |
echo 'RELEASE_VERSION='$(git describe --always --tags --dirty) >> $GITHUB_ENV
Expand All @@ -44,7 +41,7 @@ jobs:
echo 'GIT_URL='$(git remote get-url origin) >> $GITHUB_ENV
echo 'GIT_COMMIT='$(git log --pretty=format:'%H' -n 1) >> $GITHUB_ENV
- name: "build executables"
- name: "Build executables"
run: |
make build
for f in sqyrrl-*; do
Expand Down

0 comments on commit b1dddc6

Please sign in to comment.