We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf6337 commit 90416cdCopy full SHA for 90416cd
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ on:
17
- '.github/**'
18
- '.dockerignore'
19
- 'docs/**'
20
- - 'etl/**'
+ - '../../card_data/**'
21
- '.gitignore'
22
- 'demo**'
23
- 'go.mod'
@@ -28,7 +28,7 @@ on:
28
- main
29
30
env:
31
- VERSION_NUMBER: 'v1.4.0'
+ VERSION_NUMBER: 'v1.5.0'
32
DOCKERHUB_REGISTRY_NAME: 'digitalghostdev/poke-cli'
33
AWS_REGION: 'us-west-2'
34
0 commit comments