Skip to content

Commit

Permalink
fix: Release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian May committed Jan 24, 2023
1 parent 0d05325 commit af170a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ env:

jobs:
release_please:
if: github.repository == 'electronicarts/helmci'

name: Release Please
runs-on: ubuntu-latest
if: github.repository == 'electronicarts/helmci'
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: rust
Expand Down

0 comments on commit af170a4

Please sign in to comment.