Skip to content

Commit

Permalink
fix: release ci zip permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni committed May 1, 2023
1 parent e7398b5 commit 6dc6840
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -46,7 +49,7 @@ jobs:
run: ls -lah target/docs-db

- name: Zips artifacts
run: zip -r docs-db.zip . -i target/docs-db/*
run: zip -r -j docs-db.zip target/docs-db/*

- name: Release to GiHub
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 6dc6840

Please sign in to comment.