diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 57a9772..e2ebd03 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,18 +35,6 @@ jobs: shell: bash # Set the archive name to repo name + "-assets" e.g "MavenPro-assets" run: echo "ZIP_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')-fonts" >> $GITHUB_ENV - # If a new release is cut, use the release tag to auto-bump the source files - - name: Bump release - if: github.event_name == 'release' - run: | - . venv/bin/activate - SRCS=$(yq e ".sources[]" sources/config.yaml) - TAG_NAME=${GITHUB_REF/refs\/tags\//} - echo "Bumping $SRCS to $TAG_NAME" - for src in $SRCS - do - bumpfontversion sources/$src --new-version $TAG_NAME; - done - name: Build font run: make build - name: Check with fontbakery @@ -97,4 +85,4 @@ jobs: asset_name: ${{ env.ZIP_NAME }}.zip tag: ${{ github.ref }} overwrite: true - body: "Production ready fonts" \ No newline at end of file + body: "Production ready fonts"