Skip to content

Commit

Permalink
chore(cicd): create release after publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Jan 20, 2020
1 parent beff3dd commit 2a34bd7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ jobs:
name: "ironpeakservices/iron-cockroachdb/iron-cockroachdb:${{ steps.vars.outputs.cdb_version }}"
username: hazcod
password: ${{ secrets.GITHUB_TOKEN }}
- name: Create GitHub release
uses: actions/create-release@v1
with:
tag_name: ${{ steps.vars.outputs.cdb_version }}
release_name: iron-cockroachdb
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2a34bd7

Please sign in to comment.