mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-13 16:03:20 -05: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
|
- name: Release
|
||||||
uses: justincy/github-action-npm-release@2.0.2
|
uses: justincy/github-action-npm-release@2.0.2
|
||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.MY_TOKEN }}
|
token: ${{ secrets.MY_TOKEN }}
|
||||||
- name: Print release output
|
- name: Print release output
|
||||||
if: ${{ steps.release.outputs.released == 'true' }}
|
if: ${{ steps.release.outputs.released == 'true' }}
|
||||||
run: echo Release ID ${{ steps.release.outputs.release_id }}
|
run: echo Release ID ${{ steps.release.outputs.release_id }}
|
||||||
|
Loading…
Reference in New Issue
Block a user