Skip to content

Commit

Permalink
🩹Fix release description
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Oct 24, 2024
1 parent 077242f commit 223ae5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: stellar-expert/soroban-build-workflow/.github/workflows/release.yml@main
with:
release_name: ${{ github.ref_name }}
release_description: 'Soroswap Aggregator contract release'
release_description: 'Soroswap deployer contract release'
relative_path: './contracts/deployer'
package: "soroswap-aggregator-deployer"
make_target: './Makefile'
Expand All @@ -40,7 +40,7 @@ jobs:
uses: stellar-expert/soroban-build-workflow/.github/workflows/release.yml@main
with:
release_name: ${{ github.ref_name }}
release_description: 'Soroswap Aggregator contract release'
release_description: 'Aggregator soroswap adapter release'
relative_path: './contracts/adapters/soroswap'
package: "soroswap-adapter"
make_target: './Makefile'
Expand All @@ -50,7 +50,7 @@ jobs:
uses: stellar-expert/soroban-build-workflow/.github/workflows/release.yml@main
with:
release_name: ${{ github.ref_name }}
release_description: 'Soroswap Aggregator contract release'
release_description: 'Aggregator phoenix adapter release'
relative_path: './contracts/adapters/phoenix'
package: "phoenix-adapter"
make_target: './Makefile'
Expand Down

0 comments on commit 223ae5f

Please sign in to comment.