Skip to content

Commit

Permalink
Merge pull request #2 from mbari-org/cycjimmy/semantic-release-action@v3
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
danellecline authored Feb 8, 2023
2 parents 0a6e676 + e0269a8 commit fb9e0e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: New Release

on:
push:
branches: [ master ]
pull_request:

jobs:
release:
Expand All @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: New Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
id: release # Need an `id` for output variables
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -25,4 +25,4 @@ jobs:
@semantic-release/changelog
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
commitizen
commitizen

0 comments on commit fb9e0e0

Please sign in to comment.