mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Fri Nov 8 19:37:26 CET 2024
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ env:
|
||||
jobs:
|
||||
delete_current_releases:
|
||||
name: Delete Current Releases
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.repository, 'LibNyanpasu') }}
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.repository, 'libnyanpasu') }}
|
||||
uses: ./.github/workflows/deps-delete-releases.yaml
|
||||
with:
|
||||
tag: "pre-release"
|
||||
@@ -190,7 +190,7 @@ jobs:
|
||||
|
||||
telegram:
|
||||
name: Send Release Message to Telegram
|
||||
if: startsWith(github.repository, 'LibNyanpasu')
|
||||
if: startsWith(github.repository, 'libnyanpasu')
|
||||
needs: [update_tag]
|
||||
uses: ./.github/workflows/deps-message-telegram.yaml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user