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 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Sep 25, 2023
1 parent 958ffaa commit f2ae662
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/webmethods-agents-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GOWORK: "off"
defaults:
run:
working-directory: ${{ env.GOPATH }}/discovery
working-directory: ${{ env.GOPATH }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -23,7 +23,7 @@ jobs:
go-version: 1.21

- name: Build discovery agent
working-directory: discovery
working-directory: .
run: |
git rev-parse --short HEAD > commit_id
echo "${{ github.ref_name }}" > version
Expand All @@ -45,7 +45,7 @@ jobs:
GOWORK: "off"
defaults:
run:
working-directory: ${{ env.GOPATH }}/traceability
working-directory: ${{ env.GOPATH }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -56,7 +56,7 @@ jobs:
go-version: 1.19

- name: Build traceability agent
working-directory: traceability
working-directory: .
run: |
git rev-parse --short HEAD > commit_id
echo "${{ github.ref_name }}" > version
Expand Down

0 comments on commit f2ae662

Please sign in to comment.