Skip to content

Commit

Permalink
feat!: force release in gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Jan 15, 2024
1 parent c8f9d91 commit bdac389
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-gamma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
app_id: ${{ secrets.ECOSPARK_APP_ID }}
private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
# This action will create a release PR when regular conventional commits are pushed to gamma, it'll also detect if a release PR is merged and npm publish should happen
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node
default-branch: gamma
target-branch: ${{ github.ref_name }}
command: manifest
token: ${{ steps.generate-token.outputs.token }}

Expand Down

0 comments on commit bdac389

Please sign in to comment.