Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Castro authored Dec 30, 2023
1 parent 1b5b9c6 commit 598b72b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths-ignore:
- '**/*.md'
- '**.github/workflows/*'
- '**examples/*'
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -61,7 +62,7 @@ jobs:
sed -i '' "s/VERSION = $CURRENT_VERSION/VERSION = $NEW_VERSION/" ishare/Config.xcconfig
- name: Build Changelog
uses: dlavrenuek/conventional-changelog-action@v5
uses: dlavrenuek/conventional-changelog-action@v1
id: changelog
with:
from: ${{ steps.semver.outputs.current }}
Expand Down

0 comments on commit 598b72b

Please sign in to comment.