Skip to content

Commit

Permalink
switch the org for optic-release-automation-action (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
bredikhin authored Mar 31, 2023
1 parent 290625c commit 0fe8770
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ on:

jobs:
release:
permissions:
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: nearform/optic-release-automation-action@v4
- uses: nearform-actions/optic-release-automation-action@v4
with:
semver: ${{ github.event.inputs.semver }}
commit-message: "chore: release {version}"
build-command: |
npm run update-version

0 comments on commit 0fe8770

Please sign in to comment.