Skip to content

Commit

Permalink
Update api_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturLavrov authored Jan 19, 2024
1 parent b33eb13 commit 7154b30
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/api_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ jobs:
- run: |
cd src
flyctl deploy --remote-only
release:
name: Create release
runs-on: ubuntu-latest
steps:
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: 0.9.0
run: |
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
--generate-notes

0 comments on commit 7154b30

Please sign in to comment.