Skip to content

Commit

Permalink
chore(release) fix an issue preventing release channels uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jul 30, 2023
1 parent abd6a40 commit d9fba96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
elif [ -n "${{ github.event.inputs.release_name }}" ]; then
# release/prerelease
echo "create_release=${{ github.event.inputs.create_release }}" >> $GITHUB_OUTPUT
echo "create_release=${{ github.event.inputs.create_release == 'true' }}" >> $GITHUB_OUTPUT
echo "release_name=${{ github.event.inputs.release_name }}" >> $GITHUB_OUTPUT
echo "release_channel=${{ github.event.inputs.prerelease == 'true' && 'prerelease' || 'release' }}" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [0.1.0]

> 2023/07/29 - Prerelease
> 2023/07/30 - Prerelease
This initial prerelease proposes a programmable Nginx module for executing Wasm
bytecode in Nginx and/or OpenResty: ngx_wasm_module.
Expand Down

0 comments on commit d9fba96

Please sign in to comment.