Skip to content

Commit

Permalink
fixing the beta release message
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Jan 21, 2025
1 parent 4f1978e commit 5d35322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
runs-on: ubuntu-latest
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
VERSION: ""
VERSION: ${{ needs.beta-release.outputs.version }}
steps:
- uses: actions/checkout@v4
- name: Get version
Expand Down

0 comments on commit 5d35322

Please sign in to comment.