Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Nov 21, 2024
2 parents 997bb5a + 349b7a7 commit e4d2d20
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 16 deletions.
49 changes: 34 additions & 15 deletions .github/workflows/release-please-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: write
pull-requests: write

name: release-please
name: Beta

jobs:
release-please:
Expand Down Expand Up @@ -89,20 +89,15 @@ jobs:
asset_path: ./styles.css
asset_name: styles.css
asset_content_type: text/css

notify-obsidian:
runs-on: ubuntu-latest
needs: upload-build
steps:
- name: Webhook
uses: javalent/workflows/actions/discord-embed@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update Beta Manifest
uses: fjogeleit/yaml-update-action@main
with:
name: Calendarium
webhook-urls: ${{ secrets.OBSIDIAN_WEBHOOK }}
beta: true
notify-ttrpg:
valueFile: "manifest-beta.json"
propertyPath: "version"
value: ${{ env.tag_name }}
branch: main
message: "🛠️ beta version update"
notify-obsidian:
runs-on: ubuntu-latest
needs: upload-build
steps:
Expand All @@ -112,5 +107,29 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Calendarium
webhook-urls: ${{ secrets.TTRPG_WEBHOOK }}
webhook-urls: https://discord.com/api/webhooks/1087082443133161533/lFC1g_L1NqWfsYQub3wE4FQY-HTyESZAAlVz8fXFbT9LVPxCX4AbC8fLtF1l5HBo1g5L
beta: true
# notify-obsidian:
# runs-on: ubuntu-latest
# needs: upload-build
# steps:
# - name: Webhook
# uses: javalent/workflows/actions/discord-embed@main
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# name: Calendarium
# webhook-urls: ${{ secrets.OBSIDIAN_WEBHOOK }}
# beta: true
# notify-ttrpg:
# runs-on: ubuntu-latest
# needs: upload-build
# steps:
# - name: Webhook
# uses: javalent/workflows/actions/discord-embed@main
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# name: Calendarium
# webhook-urls: ${{ secrets.TTRPG_WEBHOOK }}
# beta: true
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: write
pull-requests: write

name: release-please
name: Release

jobs:
release-please:
Expand Down

0 comments on commit e4d2d20

Please sign in to comment.