add docker release action

This commit is contained in:
Simon Smith
2022-07-22 16:21:29 +01:00
parent da4f192b7a
commit 456b876ff7
3 changed files with 49 additions and 13 deletions

View File

@@ -16,6 +16,8 @@ jobs:
- name: Release
uses: justincy/github-action-npm-release@2.0.2
id: release
with:
token: ${{ secrets.MY_TOKEN }}
- name: Print release output
if: ${{ steps.release.outputs.released == 'true' }}
run: echo Release ID ${{ steps.release.outputs.release_id }}