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 #56 from Axway/APIGOV-25964
Browse files Browse the repository at this point in the history
APIGOV-25964 - final
  • Loading branch information
dfeldick authored Oct 12, 2023
2 parents 2e0a17f + 0ceeb9b commit 66da9fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-sdk-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: .
run: |
echo "SDK_VERSION is ${{ env.SDK_VERSION }}"
make dep-version sdk=v1.1.61
make dep-version sdk=${{ env.SDK_VERSION }}
- name: Create Pull Request
id: cpr
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/webmethods-agents-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
overwrite: true
body: "webMethods Traceability Agent YAML - ${{ github.ref }}"

# notifyTeamsChannel:
# needs: [buildDiscoveryAgent, buildTraceabilityAgent]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
notifyTeamsChannel:
needs: [buildDiscoveryAgent, buildTraceabilityAgent]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

# - name: Notify Teams channel
# env:
# TEAMS_WEBHOOK_URL: ${{ secrets.TEAMS_WEBHOOK_URL }}
# TAG: ${{ github.ref_name }}
# run: ./release.sh
- name: Notify Teams channel
env:
TEAMS_WEBHOOK_URL: ${{ secrets.TEAMS_WEBHOOK_URL }}
TAG: ${{ github.ref_name }}
run: ./release.sh

0 comments on commit 66da9fd

Please sign in to comment.