Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .github/workflows/deploy-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,20 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: zipped-bundle
path: ${{ github.sha }}.zip
path: ${{ github.sha }}.zip

publish:
runs-on: ubuntu-latest
steps:
- name: create release
uses: actions/creat-release@v1
env:
GITHUB_TOKEN: $ {{ secrets.github_token }}
with:
tag_name: ${{ github.run_number }}
release_name: Release from ${{ github.run_number }}
body: New relase for ${{ github.sha }}. Release notes on the documentation site
draf: false
preperelase: false