Skip to content

Commit

Permalink
Rename release workflow as pushed-tag.
Browse files Browse the repository at this point in the history
Partial mas-cli#638

Signed-off-by: Ross Goldberg <[email protected]>
  • Loading branch information
rgoldberg committed Dec 20, 2024
1 parent e4795b3 commit 0095832
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# .github/workflows/release.yml
# .github/workflows/tag-pushed.yml
#
---
name: release
name: tag-pushed
on:
push:
tags: ["**"]
Expand All @@ -15,7 +15,7 @@ env:
PRERELEASE: ${{contains(github.event.release.tag_name, '-') && '--prerelease' || ''}}
TAG_NAME: ${{github.event.release.tag_name}}
jobs:
release:
tag-pushed:
if: github.repository == 'mas-cli/mas'
runs-on: macos-15
steps:
Expand Down

0 comments on commit 0095832

Please sign in to comment.