Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/NuGetCD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# create version
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.0
uses: loekd/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
dry_run: false
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

# create GH release
- name: Create a GitHub release
uses: ncipollo/release-action@v1
uses: loekd/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# create version
- name: Bump version and push tag (what-if)
id: tag_version
uses: mathieudutour/github-tag-action@v6.0
uses: loekd/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
dry_run: true
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

#Publish test results
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
uses: loekd/publish-unit-test-result-action/composite@v2
if: always()
with:
trx_files: "**/*.trx"