Skip to content

Commit

Permalink
Fix: prevent artifact builder from bumping the version
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Dec 29, 2024
1 parent b9a6d0d commit 861c845
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# dry run to get the next version
- name: Bump Version
id: read_version
run: . scripts\ci\win32\version.ps1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up cache for Python source
uses: actions/cache@v3
id: build-cache
Expand Down Expand Up @@ -177,13 +170,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# dry run to get the next version
- name: Bump Version
id: read_version
run: bash scripts/ci/posix/version.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: |
sudo dpkg --add-architecture i386
Expand Down

0 comments on commit 861c845

Please sign in to comment.