Skip to content

Commit

Permalink
Commit Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rafay-pk committed Apr 9, 2023
1 parent 774c13b commit 49f81c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ jobs:
- name: Extract Commit Number
id: extract_commit
shell: bash
run: |
echo $(git rev-parse --abbrev-ref HEAD)
echo $(( $(git rev-list --count $(git rev-parse --abbrev-ref HEAD)) + 1))
echo "commits=$(( $(git rev-list --count $(git rev-parse --abbrev-ref HEAD)) + 1))" >>$GITHUB_OUTPUT
run: echo "commits=$(( $(git rev-list --count $(git rev-parse --abbrev-ref HEAD)) + 1))" >>$GITHUB_OUTPUT
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 49f81c1

Please sign in to comment.