Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from findy-network/push-files-to-release
Browse files Browse the repository at this point in the history
Release proto files on pushed tags.
  • Loading branch information
lauravuo-techlab authored Apr 22, 2021
2 parents 4c91dfb + bf9fa7a commit 2b5d389
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ jobs:
uses: actions/checkout@v2
- name: test
run: echo "implement e2e tests"
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
idl/agency.proto
idl/agent.proto
idl/protocol.proto
LICENSE
env:
GITHUB_TOKEN: ${{ secrets.REPOSITORY_TOKEN }}
merge:
needs: e2e
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
.idea/
.envrc

0 comments on commit 2b5d389

Please sign in to comment.