Skip to content

Commit

Permalink
udpate release job
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Oct 23, 2021
1 parent e1fb09a commit 3fba22f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: release

on:
release:
types:
- created
create:
tags:
- v*

jobs:
release:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

0 comments on commit 3fba22f

Please sign in to comment.