Skip to content

Commit

Permalink
Update the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pienkowb committed Oct 20, 2022
1 parent db5826f commit c843ddb
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,32 @@ on:
- "v*"

jobs:
main:
release:
name: Create Protobuf generated files
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup GO
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Setup Typescript
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install -g typescript

- name: Setup protoc
- uses: abelfodil/protoc-action@v1
- name: Install Yarn
run: npm install -g yarn

- name: Install TypeScript
run: npm install -g typescript

- name: Setup Protobuf compiler
uses: abelfodil/protoc-action@v1
with:
protoc-version: '21.6'

Expand Down

0 comments on commit c843ddb

Please sign in to comment.