Skip to content

Commit

Permalink
Missed a quotation mark or two
Browse files Browse the repository at this point in the history
clrxbl committed Apr 22, 2024
1 parent 6a80bec commit b082819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
run: ./gradlew fatBootJar --stacktrace
- name: Generate timestamp
id: timestamp
run: echo "timestamp=$(date +%s) >> $GITHUB_OUTPUT"
run: echo "timestamp=$(date +%s)" >> "$GITHUB_OUTPUT"
- name: Publish Docker image
uses: docker/build-push-action@v5
with:

0 comments on commit b082819

Please sign in to comment.