Push Pipeline Error #181

Merged
flixcoo merged 5 commits from hotfix/push-pipeline-error into development 2026-01-20 14:52:47 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 057f8c1d58 - Show all commits

View File

@@ -5,7 +5,6 @@ on:
branches:
- "development"
- "main"
- "hotfix/*"
jobs:
test:
@@ -75,7 +74,7 @@ jobs:
update_version:
runs-on: ubuntu-latest
needs: Format
# if: gitea.ref == 'refs/heads/development'
if: gitea.ref == 'refs/heads/development'
steps:
- name: Checkout code
uses: actions/checkout@v4

View File

@@ -1,7 +1,7 @@
name: game_tracker
description: "Game Tracking App for Card Games"
publish_to: 'none'
version: 0.0.11+238
version: 0.0.10+238
environment:
sdk: ^3.8.1