Skip to content

Commit

Permalink
Merge pull request #112 from plx-pdg/release-v0.2.0
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
samuelroland authored Sep 6, 2024
2 parents 42141dd + f2a917e commit f84b6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Get the current version
id: get_version
run: |
VERSION=v$(cat Cargo.toml | grep -m 1 version | grep -o -P "\d+\.\d+\.\d+")
VERSION=$(cat Cargo.toml | grep -m 1 version | grep -o -P "\d+\.\d+\.\d+")
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Get Changelog line
Expand Down

0 comments on commit f84b6ad

Please sign in to comment.