Skip to content

Commit

Permalink
correcting json set
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 17, 2023
1 parent 1d20337 commit 06a8e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Determine versioning parameters
id: determine-versioning
run: echo "data={"version":"5.4", "alias"="latest"}" >> $GITHUB_OUTPUT
run: echo "data={"version":"5.4", "alias":"latest"}" >> $GITHUB_OUTPUT

- name: Deploy
if: fromJson(steps.determine-versioning.outputs.data).version != null
Expand Down

0 comments on commit 06a8e86

Please sign in to comment.