diff --git a/.gitea/workflows/beta.yml b/.gitea/workflows/beta.yml index 82a4deb..d406ee9 100644 --- a/.gitea/workflows/beta.yml +++ b/.gitea/workflows/beta.yml @@ -20,6 +20,7 @@ jobs: APPLE_ID: ${{ secrets.APPLE_ID }} ITC_TEAM_ID: ${{ secrets.ITC_TEAM_ID }} DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENT_TEAM }} + BUILD_NUMBER: ${{ gitea.run_number }} steps: - name: Checkout @@ -32,11 +33,6 @@ jobs: git -c credential.helper= -c http.lowSpeedLimit=1000 -c http.lowSpeedTime=30 clone "$AUTH_URL" . git checkout "${{ gitea.sha }}" - - name: Set build number - run: | - cd Darwin - agvtool new-version -all ${{ gitea.run_number }} - - name: Write App Store Connect API key run: | cat > Darwin/fastlane/apikey.json < Darwin/fastlane/apikey.json <