Skip to content

Commit

Permalink
fix: remove cli version on github action example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Oct 28, 2023
1 parent 20c96bc commit 60b4e35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ steps:
uses: actions/checkout@v3

- name: Setup dctl CLI
uses: deployplex/dctl@0.0.11
uses: deployplex/dctl@0.0.12
with:
token: ${{ secrets.DEPLOYPLEX_TOKEN }}
# https://pypi.org/project/dctl/#history version. (Not required); Defaults to `latest` if not provided
cli-version: latest
```
## Learn more
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: python3 -m pip install dctl==0.0.11
- run: python3 -m pip install dctl==0.0.12
shell: bash
- run: echo "DEPLOYPLEX_TOKEN=${{ inputs.token }}" >> $GITHUB_ENV
if: ${{ inputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dctl"
version = "0.0.11"
version = "0.0.12"
description = "Command Line Interface (CLI) for DeployPlex"
authors = ["Alvaro Molina <am@deployplex.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 60b4e35

Please sign in to comment.