Skip to content

Commit

Permalink
fix(ci): Added missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
GaeaKat committed Jan 21, 2023
1 parent 7d1552f commit 4224292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
fetch-depth: 0

- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.github_token }}
Expand All @@ -27,6 +28,7 @@ jobs:
version-path: "version"
- name: Create Release
uses: softprops/action-gh-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
Expand Down

0 comments on commit 4224292

Please sign in to comment.