Skip to content

Commit

Permalink
chore: Rename to be more inline with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Nov 7, 2023
1 parent 1d0b143 commit 8c1a76f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create tag and publish
name: Create release

on:
workflow_dispatch:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
create-tag:
name: Create tag if new commit
name: Check if new commit
runs-on: ubuntu-latest
outputs:
skip: ${{ steps.skip.outputs.skip }}
Expand All @@ -31,7 +31,7 @@ jobs:
echo "skip=false" >> $GITHUB_OUTPUT
fi
- name: Set tag
- name: Set tag name
id: create-tag-name
if: steps.skip.outputs.skip == 'false'
run: |
Expand Down

0 comments on commit 8c1a76f

Please sign in to comment.