Skip to content

Commit

Permalink
fixing check branch
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Nov 23, 2023
1 parent edc3330 commit e82e17d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/packages-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ permissions:

jobs:
goreleaser:
if: endsWith(github.ref, 'mainnet-beta')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Check branch
if: !endsWith(github.ref, 'mainnet-beta')
run: exit -1

- name: Set up Go
uses: actions/setup-go@v4

Expand Down

0 comments on commit e82e17d

Please sign in to comment.