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 055cd3b commit af1af4fCopy full SHA for af1af4f
1 file changed
.github/workflows/cd_chocolatey.yaml
@@ -33,6 +33,10 @@ jobs:
33
- name: Checkout
34
uses: actions/checkout@v3
35
36
+ - name: Install au module
37
+ run: |
38
+ choco install au -y
39
+
40
- name: Update package version
41
run: |
42
cd chocolatey-packages\ipinfo
0 commit comments