Skip to content

Commit

Permalink
ci: fix draft release step (envoyproxy#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP committed May 10, 2023
1 parent 8b1e1d2 commit 30eeff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
with: # Ensure release_notes.sh can see prior commits
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@v3
Expand Down Expand Up @@ -141,7 +143,6 @@ jobs:
# Triggered only on tag creation
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
run: |
sudo apt install zip -y
ls build
mv build/main.wasm build/coraza-proxy-wasm.wasm
tag="${GITHUB_REF#refs/tags/}"
Expand Down
Empty file modified .github/workflows/release_notes.sh
100644 → 100755
Empty file.

0 comments on commit 30eeff0

Please sign in to comment.