Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 13, 2024
1 parent 3eb8b96 commit 1a2b6b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Package
name: Tag Package

on:
workflow_dispatch:
Expand All @@ -11,7 +11,7 @@ on:
required: true

jobs:
tag-and-release:
tag:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,7 +32,7 @@ jobs:
exit 1
fi
- name: Tag Release
- name: Tag
run: |
PACKAGE_NAME=${{ github.event.inputs.packageName }}
VERSION=${{ github.event.inputs.version }}
Expand Down

0 comments on commit 1a2b6b2

Please sign in to comment.