Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexteusz authored Oct 18, 2021
1 parent 777f0c0 commit 23137a3
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,22 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
verify-json-validation:
updated-extensions-json:
runs-on: ubuntu-latest
steps:

# Convert the icon.png to base64 string
- uses: frostebite/File-To-Base64@master
id: base64Config
with:
# will create base64 in variable: ${{ steps.base64Config.outputs.base64 }}
filePath: ./extensions/deepl/icon.png

# Validate the updated extensions.json file
- uses: actions/checkout@v2
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: ./metadata/schema.json
INPUT_JSONS: ./metadata/extensions.json

# - uses: actions/create-release@v1
# - name: Create GitHub Release
# env:
# GITHUB_TOKEN: ${{ github.token }}
# with:
# tag_name: ${{ steps.semantic_release_info.outputs.git_tag }}
# release_name: ${{ steps.semantic_release_info.outputs.git_tag }}
# body: ${{ steps.semantic_release_info.outputs.notes }}
# draft: false
# prerelease: false

0 comments on commit 23137a3

Please sign in to comment.