Skip to content

Commit

Permalink
remove dirty git state
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Nov 21, 2024
1 parent c49bf57 commit c11d96c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
# - name: Run tests
# run: go test ./...

- name: Zip examples directory
run: zip -r examples.zip examples/

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand All @@ -36,6 +33,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Zip examples directory
run: zip -r examples.zip examples/

- name: Upload examples zip to release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit c11d96c

Please sign in to comment.