Skip to content

Commit

Permalink
again correcting version
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 17, 2023
1 parent 555543b commit 1d20337
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@ jobs:

- name: Determine versioning parameters
id: determine-versioning
run: echo "data={"version":"5.4.0", "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
run: |
# Publishing implies creating a git commit on the gh-pages branch, we let @ArduinoBot own these commits.
# Publishing implies creating a git commit on the production branch,
# we let @phalconbot own these commits.
git config --global user.email "[email protected]"
git config --global user.name "Phalcon Team Deploy Bot"
git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
Expand Down

0 comments on commit 1d20337

Please sign in to comment.