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:
parent
96c721758e
commit
6d2a300a9a
1
.github/workflows/release-desktop.yml
vendored
1
.github/workflows/release-desktop.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user