-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
WireJunky42
authored
Apr 16, 2020
1 parent
367be6d
commit 0604948
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |