Fix quoting style and formatting in release configuration for SDB Audio Extractor
All checks were successful
Create Release / build-and-release (push) Successful in 7s
All checks were successful
Create Release / build-and-release (push) Successful in 7s
This commit is contained in:
@@ -42,19 +42,19 @@ create-release:
|
|||||||
script:
|
script:
|
||||||
- echo "Creating release for $CI_COMMIT_TAG"
|
- echo "Creating release for $CI_COMMIT_TAG"
|
||||||
release:
|
release:
|
||||||
tag_name: '$CI_COMMIT_TAG'
|
tag_name: "$CI_COMMIT_TAG"
|
||||||
name: 'Release $CI_COMMIT_TAG'
|
name: "Release $CI_COMMIT_TAG"
|
||||||
description: |
|
description: |
|
||||||
## SDB Audio Extractor ${CI_COMMIT_TAG}
|
## SDB Audio Extractor $CI_COMMIT_TAG
|
||||||
|
|
||||||
Chrome extension for extracting audio from YouTube videos to your SDB soundboard.
|
Chrome extension for extracting audio from YouTube videos to your SDB soundboard.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
1. Download the `sdb-audio-extractor-${CI_COMMIT_TAG}.zip` file
|
1. Download the `sdb-audio-extractor-$CI_COMMIT_TAG.zip` file
|
||||||
2. Open Chrome and go to `chrome://extensions/`
|
2. Open Chrome and go to `chrome://extensions/`
|
||||||
3. Enable "Developer mode"
|
3. Enable "Developer mode"
|
||||||
4. Drag and drop the zip file onto the extensions page
|
4. Drag and drop the zip file onto the extensions page
|
||||||
assets:
|
assets:
|
||||||
links:
|
links:
|
||||||
- name: 'sdb-audio-extractor-$CI_COMMIT_TAG.zip'
|
- name: "sdb-audio-extractor-$CI_COMMIT_TAG.zip"
|
||||||
url: '$CI_PROJECT_URL/-/jobs/artifacts/$CI_COMMIT_TAG/raw/sdb-audio-extractor-$CI_COMMIT_TAG.zip?job=build-extension'
|
url: "$CI_PROJECT_URL/-/jobs/artifacts/$CI_COMMIT_TAG/raw/sdb-audio-extractor-$CI_COMMIT_TAG.zip?job=build-extension"
|
||||||
|
|||||||
Reference in New Issue
Block a user