mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-11 10:38:21 +00:00
Add Run Version Step
This commit is contained in:
parent
c5e1dcbedc
commit
eeaa987bb6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/.release.yml
vendored
4
.github/workflows/.release.yml
vendored
|
@ -43,3 +43,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
|
||||
-
|
||||
name: Run Version
|
||||
run: |
|
||||
dist/go-passbolt-cli_linux_amd64_v1/passbolt -v
|
||||
|
|
Loading…
Add table
Reference in a new issue