Skip to content

Commit

Permalink
[ Release ] new release
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Feb 12, 2023
1 parent 56f3ee8 commit aba2176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Extracting Version Number Of The Current Release
run: |
version=$(grep -oP "version:\s*\K.*" pubspec.yaml)
echo "version: V$version detected"
echo "::set-env name=VERSION::$version"
VERSION=$(grep -oP "version:\s*\K.*" pubspec.yaml)
echo "VERSION: V$VERSION detected"
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Creating New Release
uses: actions/create-release@v1
Expand Down

0 comments on commit aba2176

Please sign in to comment.