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

Commit

Permalink
Merge pull request #48 from Axway/APIGOV-26360
Browse files Browse the repository at this point in the history
APIGOV-26360 - fix
  • Loading branch information
dfeldick authored Sep 25, 2023
2 parents 602c79b + 6cd4480 commit 2e49da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/webmethods-agents-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
git rev-parse --short HEAD > commit_id
echo "${{ github.ref_name }}" > version
make build
make build-discovery
- name: Upload release
uses: svenstaro/upload-release-action@v2
Expand All @@ -53,14 +53,14 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Build traceability agent
working-directory: .
run: |
git rev-parse --short HEAD > commit_id
echo "${{ github.ref_name }}" > version
make build
make build-trace
- name: Upload release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 2e49da6

Please sign in to comment.