Update release-action.yml

This commit is contained in:
Michael Telatynski
2023-11-14 14:07:25 +00:00
committed by GitHub
parent 9044145a7e
commit b9e684fdc3
+1
View File
@@ -306,6 +306,7 @@ jobs:
FINAL: ${{ inputs.final }}
with:
retries: 3
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
script: |
const { RELEASE_ID: release_id, RELEASE_NOTES, VERSION, FINAL } = process.env;
const { owner, repo } = context.repo;