Skip to content

Commit b4da5ec

Browse files
committed
Update to the github release file
1 parent d8b5814 commit b4da5ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
uses: stellar-expert/soroban-build-workflow/.github/workflows/release.yml@main
1313
with:
1414
release_name: ${{ github.ref_name }} # use git tag as unique release name
15-
relative_path: "contracts/router-v0" # relative path to your really awesome contract
1615
package: 'stellar-router-v0' # package name to build
1716
make_target: 'build' # make target to invoke
1817
secrets: # the authentication token will be automatically created by GitHub
@@ -22,7 +21,6 @@ jobs:
2221
uses: stellar-expert/soroban-build-workflow/.github/workflows/release.yml@main
2322
with:
2423
release_name: ${{ github.ref_name }} # use git tag as unique release name
25-
relative_path: "contracts/router-v1" # relative path to your really awesome contract
2624
package: 'stellar-router-v1' # package name to build
2725
make_target: 'build' # make target to invoke
2826
secrets: # the authentication token will be automatically created by GitHub

0 commit comments

Comments
 (0)