Skip to content

Commit

Permalink
Bw/update preview release workflow 2 (#3041)
Browse files Browse the repository at this point in the history
* feat(preview releases): release the branch to be previewed instead of main and clean up docs a bit

* fix(preview release): update workflow file to latest
  • Loading branch information
ByronDWall authored Jan 15, 2025
1 parent 49c85a8 commit 7be79f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@ jobs:
gh issue comment ${{ github.event.issue.number }} \
--body "Release workflow ${{ job.status == 'success' && 'succeeded ✅' || 'failed ❌' }}\nSee details: [Workflow Run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}

0 comments on commit 7be79f6

Please sign in to comment.