Skip to content

Commit

Permalink
Update release.yaml (#5)
Browse files Browse the repository at this point in the history
* Update release.yaml

* Update create-release-tag.yaml
  • Loading branch information
danielewood authored Jun 5, 2022
1 parent df96472 commit 1837211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- master
jobs:
release-on-push:
name: Create Release on Push
name: Create Release on Push
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.VANITYSSHGO_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .github/workflows/release.yaml
on:
release:

types: [published]
name: Build Release
jobs:
release-linux-386:
Expand Down

0 comments on commit 1837211

Please sign in to comment.