mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-15 04:21:51 +00:00
fix indent
This commit is contained in:
parent
456b876ff7
commit
51f5268fb9
1 changed files with 2 additions and 2 deletions
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 a new issue