Skip to content

Commit

Permalink
testing release workflow tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
daneryl committed Aug 13, 2024
1 parent 9ece762 commit 1a733a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_testing_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy staging
name: Create Testing Release

on:
push:
Expand All @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
create_pre_release:
create_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1a733a3

Please sign in to comment.