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 b57dc50 commit 1f0fb44
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,14 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
Build:
needs: Setup
runs-on: ubuntu-latest
steps:
- name: "Build multiplatform"
run: make build-multiplatform
Tag:
needs: Build
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Tag
uses: anothrNick/github-tag-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false
DEFAULT_BUMP: minor
Release:
needs: Tag
runs-on: ubuntu-latest
steps:
- name: Create a Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 1f0fb44

Please sign in to comment.