Skip to content

Commit

Permalink
build: remove unused release file; add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgrasset committed Nov 8, 2023
1 parent 0e0c21f commit 206d718
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
tag_name: ${{needs.create-tag.outputs.tag}}
name: Release ${{needs.create-tag.outputs.tag}}
body: ${{ steps.changelog.outputs.changes }}
files: Release.txt

build-from-source:
environment: "Production"
Expand All @@ -57,8 +56,7 @@ jobs:
name: "Build extension"
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
contents: write

strategy:
matrix:
Expand All @@ -75,7 +73,7 @@ jobs:
run: npm run build:${{ matrix.browser }}

- name: Compress build
run: zip -r -j emojis-table-${{ matrix.browser }}-${{needs.create-tag.outputs.tag}}.zip dist/*
run: cd ./dist && zip -r ../emojis-table-${{ matrix.browser }}-${{needs.create-tag.outputs.tag}}.zip .

- name: Upload Release Assets
env:
Expand Down

0 comments on commit 206d718

Please sign in to comment.