Skip to content

Commit

Permalink
🔥 reverse changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Oct 25, 2024
1 parent cde6a58 commit 4d7a2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
with:
release_name: ${{ github.ref_name }}
release_description: 'soroswap pair contract release'
relative_path: './contracts'
relative_path: './contracts/pair'
package: 'soroswap-pair'
make_target: './pair/Makefile'
make_target: './Makefile'
secrets:
release_token: ${{ secrets.GITHUB_TOKEN }}
needs: [release-soroswap-token]
Expand Down

0 comments on commit 4d7a2bd

Please sign in to comment.