Skip to content

Commit

Permalink
issue-#10
Browse files Browse the repository at this point in the history
  • Loading branch information
anuarkaliyev23 committed Apr 6, 2024
1 parent 76e1972 commit fe5bb55
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
- name: "Build multiplatform"
run: make build-multiplatform

- name: Set Variables
run: |
VERSION=$(cat VERSION)
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Tag
uses: anothrNick/github-tag-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false
DEFAULT_BUMP: minor

- name: Create a Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit fe5bb55

Please sign in to comment.