Skip to content

Commit

Permalink
chore: skip examples in release artifact (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Sep 16, 2023
1 parent bb2ea0c commit aed2e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -o errexit -o nounset -o pipefail

# Don't include examples in the distribution artifact, just to reduce size
echo >.git/info/attributes "examples export-ignore"

# Set by GH actions, see
# https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
TAG=${GITHUB_REF_NAME}
Expand Down

0 comments on commit aed2e05

Please sign in to comment.