Skip to content

Commit

Permalink
Update ci-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Oct 10, 2023
1 parent 360c493 commit a7cb217
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
with:
fetch-tags: true
- run: echo "$GITHUB_CONTEXT"
- run: git tag -l "v*" --sort=-version:refname --merged
- run: git tag -l "v*" --sort=-version:refname
- run: git describe --abbrev=0 --tags --match="v*"
- run: git describe --abbrev=0 --tags --match="v*" --debug --first-parent
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
- run: echo git tag -l "v*" --sort=-version:refname --merged
- run: echo git tag -l "v*" --sort=-version:refname
- run: echo git describe --abbrev=0 --tags --match="v*"
# - run: git describe --abbrev=0 --tags --match="v*" --debug --first-parent
- uses: actions/checkout@v4
with:
fetch-tags: true
Expand Down

0 comments on commit a7cb217

Please sign in to comment.