Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
marianina8 committed May 24, 2024
1 parent bc55c27 commit dedac2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- name: Set Version
id: version
run: |
version=${{ steps.latesttag.outputs.tag }}
version=${{ env.latest_tag }}
echo "nuget=$version" >> $GITHUB_OUTPUT
sed -i "s/__REPLACE__/${version}/g" "choco/timetravel.nuspec"
- name: Choco Downgrade
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ COPY . /app
# Set the current working directory inside the container
WORKDIR /app

# Download dependencies
RUN go mod download

# Build the Go app
RUN go build -o timetravel main.go

Expand Down

0 comments on commit dedac2f

Please sign in to comment.