Skip to content

Commit

Permalink
Try to publish the latest release through actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jroweboy committed Aug 26, 2023
1 parent 8c910c2 commit 17d5109
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/reloaded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@ jobs:
${{ env.PUBLISH_PATH_GLOB }}
./mrdx_reloaded.r2pack
- name: Release if tagged version
uses: softprops/action-gh-release@v1
if: github.ref_type == 'tag'
with:
# Path to load note-worthy description of changes in release from
body: Release ${{ github.ref_name }}
# Newline-delimited list of path globs for asset files to upload
files: |
${{ env.PUBLISH_PATH_GLOB }}
./mrdx_reloaded.r2pack
- name: Push to NuGet (on Tag)
env:
NUGET_KEY: ${{ secrets.RELOADED_NUGET_KEY }}
Expand Down

0 comments on commit 17d5109

Please sign in to comment.