Skip to content

Commit

Permalink
Merge pull request #135 from theohbrothers/refactor/ci-standardize-re…
Browse files Browse the repository at this point in the history
…lease-job

Refactor (ci): Standardize release job
  • Loading branch information
joeltimothyoh authored Jun 24, 2024
2 parents d702017 + 36e2c0a commit 97cd4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ jobs:
path: .release-notes.md
- name: Create release
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Process applicable environment variables
export PROJECT_DIRECTORY=$( git rev-parse --show-toplevel )
Expand All @@ -258,5 +260,3 @@ jobs:
# Release (Creates GitHub release)
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./src/scripts/ci/Invoke-Release.ps1'
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97cd4d8

Please sign in to comment.