Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Oct 16, 2022
1 parent e1c8bfa commit fed98e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

permissions:
contents: write

name: Automated Release

env:
Expand Down Expand Up @@ -75,12 +78,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
orchestrator/target/x86_64-unknown-linux-musl/release/client
orchestrator/target/x86_64-unknown-linux-musl/release/gorc
orchestrator/target/x86_64-unknown-linux-musl/release/orchestrator
orchestrator/target/x86_64-unknown-linux-musl/release/register-delegate-keys
orchestrator/target/x86_64-unknown-linux-musl/release/relayer
orchestrator/target/x86_64-unknown-linux-musl/release/test-runner
orchestrator/target/x86_64-unknown-linux-musl/release/test_runner
module/build/gravity
solidity/artifacts/contracts/Gravity.sol/Gravity.json
solidity/artifacts/contracts/EthGravityWrapper.sol/EthGravityWrapper.json
Expand All @@ -90,4 +91,4 @@ jobs:
solidity/contract-deployer
LICENSE
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fed98e9

Please sign in to comment.