Skip to content

Commit

Permalink
chore: updated release workflow to clean dirty state
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed Jun 2, 2024
1 parent 503474d commit a1ccec6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
go-version: '1.21'

- name: Run Go Mod Tidy
run: |
cd backend
go mod tidy
- name: Bump version and tag
id: bump_version
run: |
Expand Down

0 comments on commit a1ccec6

Please sign in to comment.