Skip to content

Commit

Permalink
fix: remove redundant mkdir
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>

remove unneeded mkdir

Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
  • Loading branch information
brooksmtownsend committed Nov 22, 2023
1 parent af5139e commit 6f0b00a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Setup placeholder files for Goreleaser
shell: bash
run: |
mkdir tmp
cat <<EOF > tmp/main.go
package main
func main() {}
Expand Down

0 comments on commit 6f0b00a

Please sign in to comment.