Skip to content

Commit

Permalink
fix(workflows): Deprecate method of deleting dist dirs
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed Dec 5, 2024
1 parent f02349b commit 8e62a6e
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 8e62a6e

Please sign in to comment.