Skip to content

Commit

Permalink
cd: fix github versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed May 4, 2024
1 parent 7ad67fa commit c1a105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
choco install sed make yq -y
yq -i '.version |= sub("\+\d+", "-${{ inputs.channel }}+")' pubspec.yaml
yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml
"BUILD_VERSION=${{ inputs.version }}-${{ inputs.channel }}+${{ github.run_number }}" >> $env:GITHUB_ENV
echo "BUILD_VERSION=${{ inputs.version }}+${{ inputs.channel }}.${{ github.run_number }}" >> $GITHUB_ENV
shell: bash

- name: BUILD_VERSION Env (stable)
Expand Down

0 comments on commit c1a105a

Please sign in to comment.