Skip to content

Commit

Permalink
Merge pull request #6 from WireJunky-Solutions/Create-Release-Pipeline
Browse files Browse the repository at this point in the history
Create release-creator.yml
  • Loading branch information
WireJunky42 authored Apr 17, 2020
2 parents 367be6d + 0604948 commit b691c6f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release-creator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Release Creator

on:
release:
types: [published]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
DESTINATION_REPO: WireJunky-Solutions/ExtraLifeStreamLabels

jobs:
release-publish:
name: Release Publish
runs-on: ubuntu-latest
steps:
- uses: alice-biometrics/[email protected]
with:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
version: 'inherit'
description: 'inherit'
repo: ${{ env.DESTINATION_REPO }}

0 comments on commit b691c6f

Please sign in to comment.