Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snail committed Oct 24, 2024
2 parents 7d0d8a5 + c7d29de commit ff34de3
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
name: bbx-${{ matrix.arch }}
path: bbx-${{ matrix.arch }}

- name: Run
id: Run
run: |
current_tag=`basename ${{ github.ref }}`
echo $current_tag
# - name: Create GitHub Release
# uses: softprops/action-gh-release@v1
# with:
Expand All @@ -59,6 +53,10 @@ jobs:
tag_name: ${{ steps.Run.outputs.current_tag }}
files: |
./bbx-${{ matrix.arch }}
- name: Generate release notes
uses: raulanatol/github-actions-releaser@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release:
needs: build
Expand All @@ -80,7 +78,3 @@ jobs:
run: |
# docker buildx build --build-arg IMAGE=golang:1.22 --platform linux/amd64,linux/arm64 -t snail2sky/bbx:latest . --push
docker buildx build --build-arg IMAGE=golang:1.22 --platform linux/amd64 -t snail2sky/bbx:latest . --push
- name: Run
run: |
ls -a; tree

0 comments on commit ff34de3

Please sign in to comment.