Skip to content

Commit

Permalink
chore: update ci name
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Dec 19, 2024
1 parent ee3a944 commit 8bc2c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: ⚓ Push

run-name: Release ${{ inputs.version }}
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -169,7 +170,7 @@ jobs:
accessKeySecret: ${{secrets.S3_ACCESS_KEY_SECRET}}
timeout: 1200s

- name: Create Dev Release
- name: Create Release
uses: softprops/action-gh-release@v2
with:
name: Release ${{ steps.set_version.outputs.version }}
Expand Down

0 comments on commit 8bc2c05

Please sign in to comment.