Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Jun 29, 2024
1 parent 9b30884 commit 0960d1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo 'EOF' >> $GITHUB_ENV
- name: Send package to foundry
if: "!github.event.release.prerelease"
if: false #"!github.event.release.prerelease"
run: |
HTTP_RESPONSE=$(curl --silent --write-out "HTTPSTATUS:%{http_code}" -X POST 'https://api.foundryvtt.com/_api/packages/release_version/' \
--header 'Authorization: ${{ secrets.PACKAGE_TOKEN }}' \
Expand Down Expand Up @@ -108,9 +108,10 @@ jobs:
if: "!github.event.release.prerelease"
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_USERNAME: Item Piles Releases
uses: Ilshidur/action-discord@master
with:
args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed.'
args: "**Item Piles Version ${{github.event.release.tag_name}}**\n${{github.event.release.body}}"

# OR create a pre-release for this specific version
- name: Update Release with Files
Expand Down

0 comments on commit 0960d1c

Please sign in to comment.