Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CuberHuber authored Nov 6, 2024
1 parent 2f67397 commit c5831eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
tag_name: ${{ steps.get_date.outputs.TAG_NAME }}
release_name: Release ${{ steps.get_date.outputs.TAG_NAME }}
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Upload config.json to Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{env.CONFIG_FILE}}
Expand All @@ -73,9 +73,9 @@ jobs:
- name: Upload config.json to Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: './plugin.xml'
asset_name: 'plugin.xml'
asset_content_type: application/json
asset_content_type: application/json

0 comments on commit c5831eb

Please sign in to comment.