adds logic to rename .cpz to add version...

...& points to different repo for create release action
This commit is contained in:
Andrew Welker
2020-03-24 16:55:20 -06:00
parent e6904ca91c
commit 82ddd40953
2 changed files with 5 additions and 2 deletions

View File

@@ -78,7 +78,8 @@ jobs:
# Create the release on the source repo
- name: Create Release
id: create_release
uses: actions/create-release@v1
# using contributor's version to allow for pointing at the right commit
uses: fleskesvor/create-release@feature/support-target-commitish
with:
tag_name: ${{ env.VERSION }}
release_name: ${{ env.VERSION }}