Skip to content

Commit

Permalink
fix(*): update build in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed May 27, 2024
1 parent 7aa3042 commit a9c39de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: v${{ github.ref_name }}
with:
tag_name: v.0.1
release_name: Release v.0.1
tag_name: $tag
release_name: Release $tag
body: ${{steps.changelog.outputs.clean_changelog}}
draft: false
prerelease: false
Expand Down

0 comments on commit a9c39de

Please sign in to comment.