Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou26 authored Apr 9, 2024
1 parent ecb22bd commit 97f6d94
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,12 @@ jobs:
aurora-darwin-amd64.tar.gz
aurora-freebsd-amd64.tar.gz
- name: Generate release tag
id: tag
run: echo "v$(cat VERSION)" >> $GITHUB_OUTPUT


- name: Create release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GHCR_PAT }}
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
tag_name: v2.0.1
files: |
aurora-linux-amd64.tar.gz
aurora-windows-amd64.tar.gz
Expand Down

0 comments on commit 97f6d94

Please sign in to comment.