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 7154b30 commit 34a095e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/api_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
deploy-worker:
name: Deploy worker
runs-on: ubuntu-latest
needs: deploy-api
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand All @@ -31,13 +32,14 @@ jobs:
release:
name: Create release
runs-on: ubuntu-latest
needs: deploy-worker
steps:
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: 0.9.0
tag: 0.10.0
run: |
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
--title="${tag#v}" \
--generate-notes

0 comments on commit 34a095e

Please sign in to comment.