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 9011ffb commit c69f2f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- run: echo "$GITHUB_CONTEXT"
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 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
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c69f2f0

Please sign in to comment.