Skip to content

Commit

Permalink
feat: changed operating branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alikulka committed Jan 22, 2025
1 parent f978baa commit b035939
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: Release Please
on:
push:
branches:
- main
paths-ignore:
- 'dist/**'
- 'THIRD-PARTY'
- main/release-please-integration

permissions:
contents: write
Expand All @@ -30,7 +27,7 @@ jobs:
secret-ids: |
OSDS,arn:aws:secretsmanager:us-west-2:206735643321:secret:github-aws-sdk-osds-automation-gebs9n
- uses: googleapis/release-please-action@v4
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ env.OSDS_ACCESS_TOKEN }}
release-type: simple
release-type: node
token: ${{ steps.git-secrets.outputs.OSDS_ACCESS_TOKEN }}

0 comments on commit b035939

Please sign in to comment.