Skip to content

Commit

Permalink
fix: issue/1 entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jpradoar authored Nov 16, 2024
1 parent f77a9d8 commit 76cd3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Generate new version with local file
uses: jpradoar/[email protected]
with:
COMMIT_MSG: ${{ github.event.head_commit.message }}
COMMIT_MSG: '${{ github.event.head_commit.message }}'
VERSION: ${{ steps.get_last_version.outputs.LAST_VERSION }}

- name: Show new version
Expand Down

0 comments on commit 76cd3b0

Please sign in to comment.