Skip to content

Commit

Permalink
v1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 5, 2023
1 parent 2db69a7 commit 7be422f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

- name: Release binaries
run: ./scripts/release_binaries.sh --version=v${{ steps.current_tag.outputs.tag }}
run: ./scripts/release_binaries.sh --version=${{ steps.current_tag.outputs.tag }}

- name: Release new version
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.current_tag.outputs.tag }}
name: Bloom v${{ steps.current_tag.outputs.tag }}
name: Bloom ${{ steps.current_tag.outputs.tag }}
body: "⚠️ Changelog not yet provided."
files: ./v${{ steps.current_tag.outputs.tag }}-*.tar.gz
files: ./${{ steps.current_tag.outputs.tag }}-*.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 7be422f

Please sign in to comment.