1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-26 12:25:20 +01:00

restrict GitHub Release to only 'latest'

This commit is contained in:
Joseph Flinn 2022-06-06 13:13:48 -07:00
parent 96c721758e
commit 6d2a300a9a

View File

@ -113,6 +113,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@95215a3cb6e6a1908b3c44e00b4fdb15548b1e09 # v2.8.5
if: ${{ steps.release-channel.outputs.channel }} == "latest"
env:
PKG_VERSION: ${{ steps.version.outputs.version }}
RELEASE_CHANNEL: ${{ steps.release-channel.outputs.channel }}