Skip to content

Commit

Permalink
chore: Fix changelog.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstbrot authored Nov 7, 2023
1 parent 0b224c0 commit 15da83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Get Semantic Release Version
id: get-version
run: echo "::set-output name=version::$(grep -oP '\[\d+\.\d+\.\d+\]' /tmp/C | tr -d '[]')"
run: echo "::set-output name=version::$(grep -oP '\[\d+\.\d+\.\d+\]' CHANGELOG.md | tr -d '[]')"

- name: show version
run: |
Expand Down

0 comments on commit 15da83d

Please sign in to comment.