Push Pipeline Error #181
@@ -5,7 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- "development"
|
- "development"
|
||||||
- "main"
|
- "main"
|
||||||
- "hotfix/*"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -75,7 +74,7 @@ jobs:
|
|||||||
update_version:
|
update_version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: Format
|
needs: Format
|
||||||
# if: gitea.ref == 'refs/heads/development'
|
if: gitea.ref == 'refs/heads/development'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: game_tracker
|
name: game_tracker
|
||||||
description: "Game Tracking App for Card Games"
|
description: "Game Tracking App for Card Games"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.0.11+238
|
version: 0.0.10+238
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.8.1
|
sdk: ^3.8.1
|
||||||
|
|||||||
Reference in New Issue
Block a user