Skip to content

Commit

Permalink
Merge pull request #20 from eunomie/fix-version-build
Browse files Browse the repository at this point in the history
ci: tag to build with the right version
  • Loading branch information
eunomie committed Jan 4, 2023
2 parents 604d31f + a202c43 commit 0a00557
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
dry_run: true
release_branches: main
github_token: ${{ secrets.GITHUB_TOKEN }}
# create a temporary tag for the build to get the right version
- name: Tag
run: git tag v${{ steps.new_version.outputs.new_version }}
- name: Cross build binaries
run: chmod +x ./docker-dague; ./docker-dague dague go:build cross
- name: Upload artifacts
Expand Down

0 comments on commit 0a00557

Please sign in to comment.