Skip to content

Commit

Permalink
chore: update package build number
Browse files Browse the repository at this point in the history
  • Loading branch information
RRashmit committed Sep 26, 2024
1 parent 4852532 commit e93ee9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
contents: read
with:
packageVersion: "3.0.0"
packageBuildNo: "${{ github.run_number }}"
packageBuildNo: "${{ github.run_number }}-${{ github.sha.substring(0,7) }}"
uploadAzure: true
publishPackages: true
releaseBranch: "v3"
Expand Down

0 comments on commit e93ee9a

Please sign in to comment.