Skip to content

Commit

Permalink
setup go env in action
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej committed Nov 2, 2023
1 parent 1a45dcc commit 262275b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish

on:
release:
# TODO: Change back to release/created
pull_request:
types:
- created
- opened

jobs:
publish:
Expand All @@ -28,6 +29,9 @@ jobs:
with:
cmd: install

- name: Setup Go environment
uses: actions/[email protected]

- name: Install and build
run: |
yarn run postinstall
Expand Down

0 comments on commit 262275b

Please sign in to comment.