Skip to content

Commit

Permalink
Merge pull request #73 from shameemshah/dev
Browse files Browse the repository at this point in the history
test
  • Loading branch information
shameemshah authored Nov 24, 2022
2 parents bbb73d9 + 964c8e7 commit a6363ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production_release_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "commit sha: $tag_sha"
else
sha=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/${{ github.repository }}/git/tags/$tag_sha" | jq '.object.sha')
echo "Previous commit sha: $sha"
# echo "Previous commit sha: $sha"
PreviousSha=${{ github.sha }}
n=`echo -n "$sha"|wc -c`
echo "sha : $n "
Expand Down

0 comments on commit a6363ec

Please sign in to comment.