Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomsousa authored Mar 20, 2021
1 parent 64f8e51 commit 502085b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo $GITHUB_WORKSPACE
pwd
git rev-list "$AOM_LAST_TAG.." --count
$count = (& git rev-list "$AOM_LAST_TAG.." --count).Trim()
$commit = (& git log -1 --format=format:"%h").Trim()
$version = "$env:AOM_LAST_TAG-$count-g$commit"
Expand Down

0 comments on commit 502085b

Please sign in to comment.