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 e1782ad commit 2bc4b39Copy full SHA for 2bc4b39
.github/workflows/deploy.yml
@@ -105,7 +105,7 @@ jobs:
105
run: sh scripts/xcframeworkgen.sh
106
env:
107
BACKTRACE_VERSION: ${{ github.ref_name }}
108
- DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENT_TEAM }}
+ DEVELOPMENT_TEAM: ${{ vars.DEVELOPMENT_TEAM }}
109
110
- name: Tar files to preserve file permissions
111
run: tar -cvzf Archive_XCFrameworks_${{ github.ref_name }}.tar.gz frameworks/
0 commit comments