Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Updated release script
  • Loading branch information
svetasmirnova authored Jan 5, 2022
1 parent 0b8cfbb commit 79532bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Release CI

on: workflow_call
on: workflow_dispatch

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main

- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 79532bf

Please sign in to comment.