Skip to content

Commit

Permalink
fix(workflows): Deprecate method of deleting dist dirs (#1996)
Browse files Browse the repository at this point in the history
Approved-by: Alexander Jung <alex@unikraft.io>
  • Loading branch information
craciunoiuc authored Dec 5, 2024
2 parents f02349b + 8e62a6e commit 832bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
--skip=validate
goreleaser release \
--config goreleaser-staging.yaml \
--rm-dist \
--clean \
--skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 832bb8f

Please sign in to comment.