Skip to content

Commit

Permalink
correcting version
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 17, 2023
1 parent 6bde781 commit 149fad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
create:

jobs:
publish-determination:
pre-publish:
runs-on: ubuntu-latest
outputs:
result: ${{ steps.determination.outputs.result }}
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Poetry
- name: Install Requirements
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
Expand All @@ -54,7 +54,7 @@ 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.0", "alias"="latest"}" >> $GITHUB_OUTPUT

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

0 comments on commit 149fad3

Please sign in to comment.