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 7af5860 commit 096c008Copy full SHA for 096c008
.github/workflows/release-to-publish.yml
@@ -41,5 +41,10 @@ jobs:
41
submodules: false
42
fetch-depth: 0
43
- name: Deploy updated JSON
44
+ env:
45
+ TRAVIS_BUILD_DIR: ${{ github.workspace }}
46
+ BUILD_TYPE: package
47
+ CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
48
+ GHCI_DEPLOY_KEY: ${{ secrets.GHCI_DEPLOY_KEY }}
49
run: |
50
bash ./package/deploy_package_index.sh
0 commit comments