Skip to content

Commit

Permalink
chore: Add new file to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Apr 17, 2024
1 parent 87a09b2 commit e76f0e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
echo " prerelease: true" >> .goreleaser.yaml.new
echo " make_latest: false" >> .goreleaser.yaml.new
fi
# Add the new file to gitignore
echo ".goreleaser.yaml.new" >> .gitignore
- name: Run GoReleaser in Docker
run: |
docker run --rm \
Expand Down

0 comments on commit e76f0e9

Please sign in to comment.