Skip to content

Commit 04975c4

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

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
@@ -13,7 +13,6 @@ jobs:
1313
with:
1414
release_name: ${{ github.ref_name }} # use git tag as unique release name
1515
package: 'stellar-router-v0' # package name to build
16-
make_target: 'build' # make target to invoke
1716
secrets: # the authentication token will be automatically created by GitHub
1817
release_token: ${{ secrets.GITHUB_TOKEN }} # don't modify this line
1918

@@ -22,6 +21,5 @@ jobs:
2221
with:
2322
release_name: ${{ github.ref_name }} # use git tag as unique release name
2423
package: 'stellar-router-v1' # package name to build
25-
make_target: 'build' # make target to invoke
2624
secrets: # the authentication token will be automatically created by GitHub
2725
release_token: ${{ secrets.GITHUB_TOKEN }} # don't modify this line

0 commit comments

Comments
 (0)