Skip to content

Commit

Permalink
WIP: mod: .github/workflows/test-action.yml (main)
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I4851f7db8b8662913c19f6c1693c0b578b46f23c
  • Loading branch information
rzr committed Jun 17, 2024
1 parent 863fc19 commit 7343c32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
fetch-depth: 0
with:
fetch-depth: 0
fetch-tags: true
- id: log
run: echo "tag=$(git describe --tags --always)" >> $GITHUB_OUTPUT
- id: publish
Expand Down

0 comments on commit 7343c32

Please sign in to comment.