Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

APIGOV-26360 - test #49

Merged
merged 1 commit into from
Sep 25, 2023
Merged
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
2 changes: 2 additions & 0 deletions .github/workflows/webmethods-agents-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
git rev-parse --short HEAD > commit_id
echo "${{ github.ref_name }}" > version
make build-discovery
ls -laR

- name: Upload release
uses: svenstaro/upload-release-action@v2
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
git rev-parse --short HEAD > commit_id
echo "${{ github.ref_name }}" > version
make build-trace
ls -laR

- name: Upload release
uses: svenstaro/upload-release-action@v2
Expand Down