mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 04:33:16 +03:00
fix indent
This commit is contained in:
parent
456b876ff7
commit
51f5268fb9
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
||||
- name: Release
|
||||
uses: justincy/github-action-npm-release@2.0.2
|
||||
id: release
|
||||
with:
|
||||
token: ${{ secrets.MY_TOKEN }}
|
||||
with:
|
||||
token: ${{ secrets.MY_TOKEN }}
|
||||
- name: Print release output
|
||||
if: ${{ steps.release.outputs.released == 'true' }}
|
||||
run: echo Release ID ${{ steps.release.outputs.release_id }}
|
||||
|
Loading…
Reference in New Issue
Block a user