Skip to content

Commit

Permalink
Add missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
koplo199 committed Apr 15, 2023
1 parent 4191acc commit 3dba473
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ jobs:
echo "artifact_info=$artifact_info" >> $GITHUB_OUTPUT
fi
echo "found_artifact=$found_artifact" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update environment variables
if: env.UPDATED != 'true' && steps.download-artifact.outputs.found_artifact == 'true'
Expand Down Expand Up @@ -216,6 +218,7 @@ jobs:
- name: Upload component archive
id: upload-component
if: env.UPLOAD_FILE != ''
working-directory: "bottle-components-repository"
shell: bash {0}
run: |
gh release create "${{ env.NAME }}" ${{ env.UPLOAD_FILE }} -n ""
Expand Down

0 comments on commit 3dba473

Please sign in to comment.