Skip to content

Commit

Permalink
Remove extra ls
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 3, 2025
1 parent b506e30 commit 0aabf02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
go mod init gtfstidy
go mod tidy
go build .
ls -lah
- run: |
echo "VERSION=$(date +%Y-%m-%dT%H-%M)" >> $GITHUB_ENV
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 0aabf02

Please sign in to comment.