Skip to content

Commit

Permalink
Automatically create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Feb 10, 2020
1 parent 3060475 commit 4e0ed32
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,17 @@ jobs:
env:
CLOUDFLARE_ZONE: ${{ secrets.CLOUDFLARE_ZONE }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}

- name: Check Version Change
uses: MontyD/package-json-updated-action
id: version-updated
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: Create Release
uses: 'marvinpinto/action-automatic-releases@latest'
if: steps.version-updated.outputs.has-updated
with:
repo_token: '${{ secrets.ACCESS_TOKEN }}'
title: steps.version-updated.outputs.current-package-version
prerelease: false

0 comments on commit 4e0ed32

Please sign in to comment.