Skip to content

Commit

Permalink
Upload deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-guillet committed Jun 14, 2021
1 parent a6575e1 commit 9c263c2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Create Release
name: IO SDK Deployment

on:
push:
Expand Down Expand Up @@ -28,3 +28,10 @@ jobs:
- Second Change
draft: false
prerelease: false
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: README.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9c263c2

Please sign in to comment.