Skip to content

Commit

Permalink
properly escape project IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Apr 22, 2024
1 parent 89baa94 commit 79fbc8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
with:
version: ${{ github.ref_name }}
webhook-url: ${{ secrets.ANNOUNCEMENT_WEBHOOK_URL }}
curseforge-project-id: steps.publish_quilt.outputs.curseforge-id
modrinth-project-id: steps.publish_quilt.outputs.modrinth-id
curseforge-project-id: ${{ steps.publish_quilt.outputs.curseforge-id }}
modrinth-project-id: ${{ steps.publish_quilt.outputs.modrinth-id }}
thumbnail-url: https://mod-assets.upcraft.dev/promo/icarus/icon_128x.png

0 comments on commit 79fbc8b

Please sign in to comment.