Skip to content

Commit fc7f96f

Browse files
committed
vars context to get value from env in settings
1 parent 41c843a commit fc7f96f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,16 @@ jobs:
106106
id: attestation
107107
uses: actions/attest-build-provenance@v1
108108
with:
109-
subject-path: ${{ env.ASSET_NAME }}
109+
subject-path: ${{ env.ASSET_NAME }}
110110
- name: upload
111111
uses: softprops/action-gh-release@v1
112112
with:
113-
body_path: Changes-latest
114-
draft: false
115-
prerelease: false
116-
name: ${{ steps.version.outputs.name }}
117-
files: |
118-
${{ env.ASSET_NAME }}
119-
${{ steps.attestation.outputs.bundle-path }}
120-
${{ env.EXTRA_RELEASE_PATHS }}
121-
token: ${{ secrets.RELEASE_ACTION_TOKEN }}
113+
body_path: Changes-latest
114+
draft: false
115+
prerelease: false
116+
name: ${{ steps.version.outputs.name }}
117+
files: |
118+
${{ env.ASSET_NAME }}
119+
${{ steps.attestation.outputs.bundle-path }}
120+
${{ vars.EXTRA_RELEASE_PATHS }}
121+
token: ${{ secrets.RELEASE_ACTION_TOKEN }}

0 commit comments

Comments
 (0)