Skip to content

Commit

Permalink
Create release-emergency
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev authored Feb 13, 2025
1 parent 9968148 commit 442ddf5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release-emergency
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release (Emergency)
on: workflow_dispatch

jobs:
release:
name: "Create release"
uses: ./.github/workflows/release-no-pylint.yml
with:
environment: Stable release
type: stable
staging: false
branch: main
branch_version: main
pre_release: false
secrets:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}

0 comments on commit 442ddf5

Please sign in to comment.