Skip to content

Commit

Permalink
Merge pull request #86 from cwisniew/nightly-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew authored Nov 18, 2023
2 parents c38cb1c + 96768e9 commit c604f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.NIGHTLY_BUILD_GH_TOKEN }} # This token is provided by Actions, you do not need to create your own token
run: |
gh release create nightly-${NIGHTLY-DATE} -R ${{github.repository}} --notes "MapTool Nightly Build for ${NIGHTLY_DATE}" --generate-notes -p -target develop
gh release create nightly-${NIGHTLY-DATE} -R ${{github.repository}} --title "MapTool Nightly ${NIGHTLY_DATE} --notes "MapTool Nightly Build for ${NIGHTLY_DATE}" --generate-notes -p --target develop

0 comments on commit c604f02

Please sign in to comment.