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

Commit

Permalink
APIGOV-26360 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Sep 25, 2023
1 parent 8c5b576 commit 6cd4480
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 6cd4480

Please sign in to comment.