Skip to content

Commit

Permalink
ci: update release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed Aug 31, 2024
1 parent a66daaf commit 836564d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
cd backend
go mod tidy
- name: Bump version and tag
id: bump_version
run: |
chmod +x .github/scripts/bump_version.sh
.github/scripts/bump_version.sh
# - name: Bump version and tag
# id: bump_version
# run: |
# chmod +x .github/scripts/bump_version.sh
# .github/scripts/bump_version.sh

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 836564d

Please sign in to comment.